X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4701dc09838c3da46a8bc2836265a7dffee541ee..23efa4bfb9104d6ef947a217efa80b2bc5bf9e76:/interface/wx/stdpaths.h diff --git a/interface/wx/stdpaths.h b/interface/wx/stdpaths.h index ee4c21030e..b72c98bd52 100644 --- a/interface/wx/stdpaths.h +++ b/interface/wx/stdpaths.h @@ -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.