]> git.saurik.com Git - wxWidgets.git/commitdiff
use IMPLEMENT_APP_CONSOLE and not IMPLEMENT_APP for console apps
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 1 Jun 2008 18:52:22 +0000 (18:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 1 Jun 2008 18:52:22 +0000 (18:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/ipc/baseclient.cpp
samples/ipc/baseserver.cpp

index 8120162de3d357d2ff92a18f14c62a208b733cbf..d702c46fc37f388fe8b6520f58cfe62ba314802f 100644 (file)
@@ -86,7 +86,7 @@ protected:
 // implementation
 // ============================================================================
 
-IMPLEMENT_APP(MyApp)
+IMPLEMENT_APP_CONSOLE(MyApp)
 
 // ----------------------------------------------------------------------------
 // MyApp
index 913704073b10523cf41c310cb4d51c095ca177e4..fea7142d6010a2d5bee756e2097fb1201d215ea5 100644 (file)
@@ -95,7 +95,7 @@ protected:
 // implementation
 // ============================================================================
 
-IMPLEMENT_APP(MyApp)
+IMPLEMENT_APP_CONSOLE(MyApp)
 
 // ----------------------------------------------------------------------------
 // MyApp