From 8afb81d20db99ea8acdca899966d150cde9f251c Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Mon, 22 Sep 2008 22:36:42 +0000 Subject: [PATCH] fix typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- utils/ifacecheck/src/ifacecheck.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2