]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xmlres.cpp
Avoid useless iteration on all pages in wxBookCtrlBase::DoGetBestSize().
[wxWidgets.git] / src / xrc / xmlres.cpp
index bd2482b47d6f79bbf0ce339da8d89471c4c749df..f39611943ba5a22b655ab71c436695283281c60f 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
 {