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
This commit is contained in:
Vadim Zeitlin
2007-06-04 13:39:23 +00:00
parent 74e10fcc6a
commit e0954e729d
4 changed files with 101 additions and 105 deletions

View File

@@ -12,7 +12,7 @@
#include <signal.h>
// wxApp subclass implementing event processing for console applications
class WXDLLIMPEXP_BASE wxAppConsoleUnix : public wxAppConsole
class WXDLLIMPEXP_BASE wxAppConsole : public wxAppConsoleBase
{
public:
// override base class initialization