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:
parent
9d2214dd07
commit
78f2eafcb6
@ -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() );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user