Add missing TESS_API for new function tesseract::split

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2021-03-14 08:16:33 +01:00
parent 36f9131e04
commit 7178ebd799

View File

@ -32,6 +32,7 @@ namespace tesseract {
class TFile; class TFile;
TESS_API
const std::vector<std::string> split(const std::string &s, char c); const std::vector<std::string> split(const std::string &s, char c);
class STRING : public std::string { class STRING : public std::string {