Move more stuff into base for wxMac so that two level namespace dylibs
can be used on OS X. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23557 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -291,6 +291,12 @@ public:
|
||||
int argc;
|
||||
wxChar **argv;
|
||||
|
||||
#ifdef __WXMAC__
|
||||
// This is needed in the wxAppConsole class because it is refereced from
|
||||
// the wxBase library
|
||||
static bool s_macDefaultEncodingIsPC ;
|
||||
#endif
|
||||
|
||||
protected:
|
||||
// the function which creates the traits object when GetTraits() needs it
|
||||
// for the first time
|
||||
|
Reference in New Issue
Block a user