]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/access.h
fix m_sizerPage memory leak for the wizards not using sizers (replaces patch 1708331...
[wxWidgets.git] / include / wx / access.h
index 3d51a307cda5bd9c74fef91c31b861a7f950d44b..ffb3931f5b3dd0c21ec7a22b6eb163824dab9b42 100644 (file)
@@ -18,6 +18,8 @@
 
 #include "wx/defs.h"
 
+#if wxUSE_ACCESSIBILITY
+
 #include "wx/variant.h"
 
 typedef enum
@@ -369,5 +371,7 @@ private:
     #include "wx/msw/ole/access.h"
 #endif
 
-#endif
-    // _WX_ACCESSBASE_H_
+#endif // wxUSE_ACCESSIBILITY
+
+#endif // _WX_ACCESSBASE_H_
+