]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/translation.cpp
Remove temporary files created by wxFileName unit test case.
[wxWidgets.git] / src / common / translation.cpp
index ae01cce21085d4e08d7f5d9755c21afb6d70b75f..ea6d25955becee80aedfb4e1397a0842d6bb0947 100644 (file)
@@ -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);
 }