use wxSUPPRESS_DOLOG_HIDE_WARNING to suppress warnings about hiding base class DoLog() overloads

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2008-12-25 16:47:33 +00:00
parent e4de7a7759
commit b0e87e57c3

View File

@ -82,6 +82,8 @@ public:
wxPrintf("\n"); wxPrintf("\n");
Flush(); Flush();
} }
wxSUPPRESS_DOLOG_HIDE_WARNING()
}; };
class IfaceCheckApp : public wxAppConsole class IfaceCheckApp : public wxAppConsole