X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/59859d3da18244fa31f82c30ded14f619c3c967f..bc9d3d911cfb51f612a699d7fb00f57eb5b2097c:/src/common/translation.cpp diff --git a/src/common/translation.cpp b/src/common/translation.cpp index bf586b24bb..c3ee0d73f2 100644 --- a/src/common/translation.cpp +++ b/src/common/translation.cpp @@ -50,7 +50,7 @@ #include "wx/stdpaths.h" #include "wx/hashset.h" -#ifdef __WXMSW__ +#ifdef __WINDOWS__ #include "wx/msw/wrapwin.h" #endif @@ -885,7 +885,7 @@ private: }; // ---------------------------------------------------------------------------- -// wxMsgCatalogFile clas +// wxMsgCatalogFile class // ---------------------------------------------------------------------------- wxMsgCatalogFile::wxMsgCatalogFile() @@ -1440,7 +1440,7 @@ wxString wxTranslations::ChooseLanguageForDomain(const wxString& WXUNUSED(domain namespace { -WX_DECLARE_HASH_SET(wxString, ::wxStringHash, ::wxStringEqual, +WX_DECLARE_HASH_SET(wxString, wxStringHash, wxStringEqual, wxLocaleUntranslatedStrings); }