Skip to content

Commit

Permalink
fix '--enable-visibility' build
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenop committed May 25, 2019
1 parent e44c60c commit 539673b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/arch/simddetect.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class SIMDDetect {
}

// Update settings after config variable was set.
static void Update();
static TESS_API void Update();

private:
// Constructor, must set all static member variables.
Expand Down
2 changes: 1 addition & 1 deletion src/dict/dict.h
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ class Dict {

/// Initialize Dict class - load dawgs from [lang].traineddata and
/// user-specified wordlist and parttern list.
static DawgCache *GlobalDawgCache();
static TESS_API DawgCache *GlobalDawgCache();
// Sets up ready for a Load or LoadLSTM.
void SetupForLoad(DawgCache *dawg_cache);
// Loads the dawgs needed by Tesseract. Call FinishLoad() after.
Expand Down

0 comments on commit 539673b

Please sign in to comment.