]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/object.h
s/FALSE/false
[wxWidgets.git] / include / wx / object.h
index 88fe417365aee70c02d62f66afb2fbd6ad8ceafa..da5f418eb66fc00d41c923ec521776aeb6d25dfe 100644 (file)
@@ -534,7 +534,7 @@ public:
         return *this;
     }
 
-    bool IsKindOf(wxClassInfo *info) const;
+    bool IsKindOf(const wxClassInfo *info) const;
 
 
     // Turn on the correct set of new and delete operators