rename old wxAppConsole to wxAppConsoleBase and wxAppConsoleUnix to wxAppConsole...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 4 Jun 2007 13:39:23 +0000 (13:39 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 4 Jun 2007 13:39:23 +0000 (13:39 +0000)
commite0954e729dabaad5603d9970d123d6b96ed73463
tree28a39a4cbced0ec20154b5574d4573d0bea016dc
parent74e10fcc6ad3dd08e94996c2687f15725c95a0dd
rename old wxAppConsole to wxAppConsoleBase and wxAppConsoleUnix to wxAppConsole for consistency with wxAppBase/wxApp and to fix the bug 1729377 (crash when using timers under Unix in console app); also #define wxApp as wxAppConsole instead of declaring it as a real class in console build to avoid problems with ODR violation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/app.h
include/wx/unix/app.h
src/common/appbase.cpp
src/unix/appunix.cpp