diff --git a/utils/ifacecheck/src/ifacecheck.cpp b/utils/ifacecheck/src/ifacecheck.cpp index 778a70f5f6..09e89fd79b 100644 --- a/utils/ifacecheck/src/ifacecheck.cpp +++ b/utils/ifacecheck/src/ifacecheck.cpp @@ -341,7 +341,7 @@ int IfaceCheckApp::CompareClasses(const wxClass* iface, const wxClassPtrArray& a // modify interface header if (FixMethod(iface->GetHeader(), &m, &tmp)) - wxLogMessage("Adjusted attributes of '%s' method", m.GetAsString()); + LogMessage("Adjusted attributes of '%s' method", m.GetAsString()); exit = true; break;