mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-21 17:13:09 +08:00
Add missing TESS_API for new function tesseract::split
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
36f9131e04
commit
7178ebd799
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user