compilation fix after last commit: make wxAppConsole a class, not typedef, under non-Unix as we can't forward declare a typedef
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -345,7 +345,8 @@ protected:
|
|||||||
#if defined(__UNIX__)
|
#if defined(__UNIX__)
|
||||||
#include "wx/unix/app.h"
|
#include "wx/unix/app.h"
|
||||||
#else
|
#else
|
||||||
typedef wxAppConsoleBase wxAppConsole;
|
// this has to be a class and not a typedef as we forward declare it
|
||||||
|
class wxAppConsole : public wxAppConsoleBase { };
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user