added default value for GetLocalizedResourcesDir() category parameter, as in the base class
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43771 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
2f0b521ea6
commit
e94e2d73e1
@ -41,8 +41,9 @@ public:
|
||||
virtual wxString GetUserDataDir() const;
|
||||
virtual wxString GetPluginsDir() const;
|
||||
virtual wxString GetResourcesDir() const;
|
||||
virtual wxString GetLocalizedResourcesDir(const wxChar *lang,
|
||||
ResourceCat category) const;
|
||||
virtual wxString
|
||||
GetLocalizedResourcesDir(const wxChar *lang,
|
||||
ResourceCat category = ResourceCat_None) const;
|
||||
virtual wxString GetDocumentsDir() const;
|
||||
|
||||
protected:
|
||||
|
Loading…
Reference in New Issue
Block a user