mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-19 23:19:07 +08:00
Fix build.
This commit is contained in:
parent
eeb4121888
commit
0e7e4cf779
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user