]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/apptrait.h
don't always add wxCAPTION to wxMiniFrame style unconditionally
[wxWidgets.git] / include / wx / apptrait.h
index b6447ed9656534f9ca384eb73582dc993e51c845..596c29d3f497426df77f5fb62948e7c7e1e9c950 100644 (file)
@@ -73,11 +73,9 @@ 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
 
 #if wxUSE_INTL
     // called during wxApp initialization to set the locale to correspond to