]> git.saurik.com Git - wxWidgets.git/commitdiff
fix the build fix
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 23 Mar 2009 10:58:32 +0000 (10:58 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 23 Mar 2009 10:58:32 +0000 (10:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

tests/events/clone.cpp

index 23998fb587e443a745b24bc87fab200a7a872688..b552422845d5ded88f32a4116faef8c5cd832fd6 100644 (file)
@@ -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() );