use IMPLEMENT_APP_CONSOLE and not IMPLEMENT_APP for console apps

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-06-01 18:52:22 +00:00
parent 24671bc900
commit 2e334012b4
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ protected:
// implementation
// ============================================================================
IMPLEMENT_APP(MyApp)
IMPLEMENT_APP_CONSOLE(MyApp)
// ----------------------------------------------------------------------------
// MyApp

View File

@@ -95,7 +95,7 @@ protected:
// implementation
// ============================================================================
IMPLEMENT_APP(MyApp)
IMPLEMENT_APP_CONSOLE(MyApp)
// ----------------------------------------------------------------------------
// MyApp