fix typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -341,7 +341,7 @@ int IfaceCheckApp::CompareClasses(const wxClass* iface, const wxClassPtrArray& a
|
|||||||
|
|
||||||
// modify interface header
|
// modify interface header
|
||||||
if (FixMethod(iface->GetHeader(), &m, &tmp))
|
if (FixMethod(iface->GetHeader(), &m, &tmp))
|
||||||
wxLogMessage("Adjusted attributes of '%s' method", m.GetAsString());
|
LogMessage("Adjusted attributes of '%s' method", m.GetAsString());
|
||||||
|
|
||||||
exit = true;
|
exit = true;
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user