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:
parent
8405285c69
commit
f70cea2bdc
@ -61,7 +61,8 @@ void EventCloneTestCase::CheckAll()
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
const std::string
|
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() );
|
CPPUNIT_ASSERT_MESSAGE( msg, ci->IsDynamic() );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user