X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/320ab87c57a457bd953e248d5a51273f9103b34a..c1009b93fd95191cc7e2f52b9a259f3a7d0035cb:/interface/wx/xlocale.h 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.