compilation fix (wxFAIL() must have a ';')

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-01-20 19:55:13 +00:00
parent 5d1902d6d6
commit 5c721b14c6
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ wxDataFormat::wxDataFormat( wxDataType type )
}
else
{
wxFAIL_MSG( "invalid dataformat" )
wxFAIL_MSG( "invalid dataformat" );
}
m_hasAtom = FALSE;