*/
wxXmlResource(const wxString& filemask,
int flags = wxXRC_USE_LOCALE,
- const wxString domain = wxEmptyString);
+ const wxString& domain = wxEmptyString);
/**
Constructor.
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.
@since 2.9.0
*/
- static wxString wxXmlResource::FindXRCIDById(int numId);
+ static wxString FindXRCIDById(int numId);
/**
Gets the global resources object or creates one if none exists.