From 78f2eafcb66aa12f8e2e5fab34ef3418c865ca0c Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Mon, 23 Mar 2009 10:58:32 +0000 Subject: [PATCH] fix the build fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- tests/events/clone.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ); -- 2.50.0