Fix a link issue (symbol not found).
This commit is contained in:
parent
c3e9007e20
commit
9b6ade6b1c
|
@ -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() );
|
||||
|
||||
|
|
Loading…
Reference in New Issue