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

tests/events/clone.cpp

index 450294f96603f8056c7eb5f507583514c4f9a6a3..23998fb587e443a745b24bc87fab200a7a872688 100644 (file)
@@ -61,7 +61,8 @@ void EventCloneTestCase::CheckAll()
             continue;
 
         const std::string
-            msg = std::string("Event class \"") + ci->GetClassName() + "\"";
+            msg = std::string("Event class \"") + 
+                  std::string(ci->GetClassName().c_str()) + "\"";
 
         CPPUNIT_ASSERT_MESSAGE( msg, ci->IsDynamic() );