]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/apptrait.h
added wxICON_NONE and implement support for it in wxGTK (closes #2897)
[wxWidgets.git] / include / wx / unix / apptrait.h
index b8dd8e4abfc12dcdf65e34cae6b62f333feb98fd..cd46c08eb5c69f0a394c3565a7f7215ceed19a96 100644 (file)
@@ -62,7 +62,7 @@ public:
 #endif
 
 #if (defined(__WXMAC__) || defined(__WXCOCOA__)) && wxUSE_STDPATHS
-    virtual wxStandardPathsBase& GetStandardPaths();
+    virtual wxStandardPaths& GetStandardPaths();
 #endif
     virtual wxPortId GetToolkitVersion(int *majVer = NULL, int *minVer = NULL) const;