ifacecheck fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -54,7 +54,7 @@ public:
|
||||
*/
|
||||
wxXmlResource(const wxString& filemask,
|
||||
int flags = wxXRC_USE_LOCALE,
|
||||
const wxString domain = wxEmptyString);
|
||||
const wxString& domain = wxEmptyString);
|
||||
|
||||
/**
|
||||
Constructor.
|
||||
@@ -67,7 +67,7 @@ public:
|
||||
This provides a way to allow the strings to only come from a specific catalog.
|
||||
*/
|
||||
wxXmlResource(int flags = wxXRC_USE_LOCALE,
|
||||
const wxString domain = wxEmptyString);
|
||||
const wxString& domain = wxEmptyString);
|
||||
|
||||
/**
|
||||
Destructor.
|
||||
|
Reference in New Issue
Block a user