X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/320ab87c57a457bd953e248d5a51273f9103b34a..336aecf1c2f69fa10e3271ea94dac7c545bf6300:/interface/wx/xlocale.h?ds=sidebyside diff --git a/interface/wx/xlocale.h b/interface/wx/xlocale.h index 5beed63c32..a6809a13b7 100644 --- a/interface/wx/xlocale.h +++ b/interface/wx/xlocale.h @@ -71,19 +71,19 @@ public: /** Creates an uninitialized locale object, IsOk() method will return @false. */ - wxLocale(); + wxXLocale(); /** Creates the locale object corresponding to the specified language. */ - wxLocale(wxLanguage lang); + wxXLocale(wxLanguage lang); /** Creates the locale object corresponding to the specified locale string. The locale string is system-dependent, use constructor taking wxLanguage for better portability. */ - wxLocale(const char* loc); + wxXLocale(const char* loc); /** Returns the global object representing the "C" locale.