Fix a link issue (symbol not found).

This commit is contained in:
jean-pierre charras 2020-08-07 08:02:45 +02:00
parent c3e9007e20
commit 9b6ade6b1c
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ LINE_READER* DSNLEXER::PopReader()
}
inline int DSNLEXER::findToken( const std::string& tok )
int DSNLEXER::findToken( const std::string& tok )
{
KEYWORD_MAP::const_iterator it = keyword_hash.find( tok.c_str() );