From a6cbee35c5c45e1ff773be1224d87bb09a275ab0 Mon Sep 17 00:00:00 2001 From: Dick Hollenbeck Date: Thu, 17 Jun 2010 13:21:28 -0500 Subject: [PATCH] use Unexpected not Expected --- pcbnew/specctra.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/specctra.cpp b/pcbnew/specctra.cpp index 6cf2e0356f..f2eee90bd9 100644 --- a/pcbnew/specctra.cpp +++ b/pcbnew/specctra.cpp @@ -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 )