From: Václav Slavík Date: Fri, 5 Mar 2004 23:14:57 +0000 (+0000) Subject: compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0f21699216c76d1fd3dcd4675407d38d36052212?hp=e70833fb1dfa271e7b0c9dec11ad644880e03c6f compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/tests/mbconv/main.cpp b/tests/mbconv/main.cpp index 38b9af29a0..d17d97756a 100644 --- a/tests/mbconv/main.cpp +++ b/tests/mbconv/main.cpp @@ -64,7 +64,7 @@ void MBConvTestCase::WC2CP1250() } else { - CPPUNIT_ASSERT( cs1250.cWC2MB(d.wc) == NULL ); + CPPUNIT_ASSERT( (const char*)cs1250.cWC2MB(d.wc) == NULL ); } } }