]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/apptrait.h
Sorry, should be a __UNIX__ test
[wxWidgets.git] / include / wx / apptrait.h
index 91184293d6c1bf500800ca7857d37fd27099bbd3..10e4d6b8dc6127def449538b3095893042c09585 100644 (file)
@@ -80,9 +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
     virtual wxStandardPathsBase& GetStandardPaths();
+#endif // wxUSE_STDPATHS
 
     // functions abstracting differences between GUI and console modes
     // ------------------------------------------------------------------------