]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xmlres.cpp
Explicitly include X11/Xlib.h to fix AIX build.
[wxWidgets.git] / src / xrc / xmlres.cpp
index 7a3041e630546d9a4e8b3066b9f10c2ecf10b772..f48bfe7faeefaadbf71384f2faab6f19d15817f0 100644 (file)
@@ -103,7 +103,7 @@ class wxXmlResourceDataRecords : public wxVector<wxXmlResourceDataRecord*>
     // this is a class so that it can be forward-declared
 };
 
-WX_DECLARE_HASH_SET(int, wxIntegerHash, wxIntegerEqual, wxHashSetInt);
+WX_DECLARE_HASH_SET_PTR(int, wxIntegerHash, wxIntegerEqual, wxHashSetInt);
 
 class wxIdRange // Holds data for a particular rangename
 {