compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-03-05 23:14:57 +00:00
parent e70833fb1d
commit 0f21699216

View File

@@ -64,7 +64,7 @@ void MBConvTestCase::WC2CP1250()
} }
else else
{ {
CPPUNIT_ASSERT( cs1250.cWC2MB(d.wc) == NULL ); CPPUNIT_ASSERT( (const char*)cs1250.cWC2MB(d.wc) == NULL );
} }
} }
} }