Fix build.

This commit is contained in:
Egor Pugin 2022-02-07 00:21:32 +03:00
parent eeb4121888
commit 0e7e4cf779

View File

@ -25,7 +25,7 @@
namespace tesseract {
// Holds a collection of other networks and forwards calls to each of them.
class Plumbing : public Network {
class TESS_API Plumbing : public Network {
public:
// ni_ and no_ will be set by AddToStack.
explicit Plumbing(const std::string &name);