blind carbon build fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi 2009-03-23 10:04:56 +00:00
parent 8405285c69
commit f70cea2bdc

View 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() );