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:
		@@ -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:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user