From 0f21699216c76d1fd3dcd4675407d38d36052212 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Fri, 5 Mar 2004 23:14:57 +0000 Subject: [PATCH] compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- tests/mbconv/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } } } -- 2.47.2