From: Francesco Montorsi Date: Mon, 23 Mar 2009 10:58:32 +0000 (+0000) Subject: fix the build fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/78f2eafcb66aa12f8e2e5fab34ef3418c865ca0c?ds=inline fix the build fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/tests/events/clone.cpp b/tests/events/clone.cpp index 23998fb587..b552422845 100644 --- a/tests/events/clone.cpp +++ b/tests/events/clone.cpp @@ -62,7 +62,7 @@ void EventCloneTestCase::CheckAll() const std::string msg = std::string("Event class \"") + - std::string(ci->GetClassName().c_str()) + "\""; + std::string(ci->GetClassName()) + "\""; CPPUNIT_ASSERT_MESSAGE( msg, ci->IsDynamic() );