Fix debug build warning due to improper debug macro.

This commit is contained in:
Wayne Stambaugh 2016-08-19 08:53:06 -04:00
parent 9f46d83175
commit bcfce68daa
1 changed files with 1 additions and 1 deletions

View File

@ -2168,7 +2168,7 @@ void SCH_LEGACY_PLUGIN_CACHE::loadHeader( FILE_LINE_READER& aReader )
{
const char* line = aReader.Line();
wxCHECK( strCompare( "$HEADER", line, &line ), NULL );
wxASSERT( strCompare( "$HEADER", line, &line ) );
while( aReader.ReadLine() )
{