]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/stdpaths.h
Illustrate usage of wxDataViewListCtrl
[wxWidgets.git] / interface / wx / stdpaths.h
index ee4c21030ef75535272a7c3b0579916215158652..b72c98bd520ef522945d5f509ba587cba5916620 100644 (file)
@@ -51,7 +51,7 @@ public:
     /**
         Returns reference to the unique global standard paths object.
     */
-    static wxStandardPathsBase Get();
+    static wxStandardPathsBase& Get();
 
     /**
         Return the directory containing the system config files.
@@ -126,8 +126,8 @@ public:
 
         @since 2.7.0
     */
-    wxString GetLocalizedResourcesDir(const wxString& lang,
-                                      ResourceCat category = ResourceCat_None) const;
+    virtual wxString GetLocalizedResourcesDir(const wxString& lang,
+                                              ResourceCat category) const;
 
     /**
         Return the directory where the loadable modules (plugins) live.