Compilation fixes for wxUSE_INTL==0 build.
Closes https://github.com/wxWidgets/wxWidgets/pull/70
This commit is contained in:
committed by
Vadim Zeitlin
parent
941834fd0e
commit
c746fee94a
@@ -76,8 +76,10 @@ public:
|
||||
// Construct an uninitialized locale
|
||||
wxXLocale() { m_locale = NULL; }
|
||||
|
||||
#if wxUSE_INTL
|
||||
// Construct from a symbolic language constant
|
||||
wxXLocale(wxLanguage lang);
|
||||
#endif
|
||||
|
||||
// Construct from the given language string
|
||||
wxXLocale(const char *loc) { Init(loc); }
|
||||
|
Reference in New Issue
Block a user