use Unexpected not Expected
This commit is contained in:
parent
f3d5c4948b
commit
a6cbee35c5
|
@ -560,7 +560,7 @@ void SPECCTRA_DB::expecting( const char* text ) throw( IOError )
|
|||
|
||||
void SPECCTRA_DB::unexpected( DSN_T aTok ) throw( IOError )
|
||||
{
|
||||
lexer->Expecting( aTok );
|
||||
lexer->Unexpected( aTok );
|
||||
}
|
||||
|
||||
void SPECCTRA_DB::unexpected( const char* text ) throw( IOError )
|
||||
|
|
Loading…
Reference in New Issue