Provide an empty wxPyApp::OSXEnableAutomaticTabbing for the other platforms

This commit is contained in:
Robin Dunn
2019-12-11 19:10:19 -08:00
parent e3b7cadbdc
commit eb2a6e0962

View File

@@ -68,6 +68,7 @@ public:
virtual void MacPrintFile(const wxString &) {}
virtual void MacReopenApp() {}
virtual bool OSXIsGUIApplication() { return true; }
void OSXEnableAutomaticTabbing(bool) {}
#endif
#ifdef __WXMAC__