]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xmlres.cpp
new file added
[wxWidgets.git] / src / xrc / xmlres.cpp
index 55ae02d4d33d0b81a6c128df7ae0f29b11dfae19..fe712f89d5539e653265002b7e83659f7e885add 100644 (file)
@@ -107,7 +107,7 @@ class wxXmlResourceDataRecords : public wxVector<wxXmlResourceDataRecord*>
     // this is a class so that it can be forward-declared
 };
 
-WX_DECLARE_HASH_SET_PTR(int, wxIntegerHash, wxIntegerEqual, wxHashSetInt);
+WX_DECLARE_HASH_SET_PTR(int, ::wxIntegerHash, ::wxIntegerEqual, wxHashSetInt);
 
 class wxIdRange // Holds data for a particular rangename
 {