X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ed62f740a1b075d6645682b0064b78c89f9e4dfc..f5a1953b341d16396763bee067ccdd96108f3aad:/include/wx/apptrait.h?ds=inline diff --git a/include/wx/apptrait.h b/include/wx/apptrait.h index 38097535f3..10e4d6b8dc 100644 --- a/include/wx/apptrait.h +++ b/include/wx/apptrait.h @@ -80,11 +80,11 @@ public: // NB: returned pointer will be deleted by the caller virtual wxRendererNative *CreateRenderer() = 0; +#if wxUSE_STDPATHS // wxStandardPaths object is normally the same for wxBase and wxGUI // except in the case of wxMac and wxCocoa -#ifndef __WXPALMOS__ virtual wxStandardPathsBase& GetStandardPaths(); -#endif +#endif // wxUSE_STDPATHS // functions abstracting differences between GUI and console modes // ------------------------------------------------------------------------