fix the build fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi 2009-03-23 10:58:32 +00:00
parent 9d2214dd07
commit 78f2eafcb6

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