diff --git a/src/app_ex.cpp b/src/app_ex.cpp index fd8de354..db3a0877 100644 --- a/src/app_ex.cpp +++ b/src/app_ex.cpp @@ -69,6 +69,7 @@ public: virtual void MacOpenURL(const wxString &) {} virtual void MacPrintFile(const wxString &) {} virtual void MacReopenApp() {} + virtual bool OSXIsGUIApplication() { return true; } #endif #ifdef __WXMAC__