X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8bb6b2c057edbcc5b87f00a8af6ac70f6fd69727..f0c3b72446ee4a45e63a953d2a098a5f229f3a57:/include/wx/os2/apptrait.h diff --git a/include/wx/os2/apptrait.h b/include/wx/os2/apptrait.h index c4b107a0ed..3b8168570c 100644 --- a/include/wx/os2/apptrait.h +++ b/include/wx/os2/apptrait.h @@ -36,6 +36,9 @@ public: // Clean up message queue. virtual void TerminateGui(unsigned long ulHab); +#ifdef __WXGTK__ + virtual wxString GetDesktopEnvironment() const; +#endif }; #endif // wxUSE_GUI