added IMPLEMENT_APP_CONSOLE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23216 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-25 20:48:47 +00:00
parent b6e2eddeaf
commit 80b2db4ee6
3 changed files with 11 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ private:
int retCode;
};
IMPLEMENT_APP_NO_THEMES(XmlResApp)
IMPLEMENT_APP_CONSOLE(XmlResApp)
int XmlResApp::OnRun()
{