]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/object.h
Set TOOLKIT_LOWERCASE correctly for the various flavors of wxOSX
[wxWidgets.git] / interface / wx / object.h
index a526b79d5a0a1270a034750d67235c6b36fa7ab8..55814598ef11635c0d5e8aedde23424d53eb33f8 100644 (file)
@@ -409,7 +409,7 @@ public:
     /**
         Returns @true if this class is a kind of (inherits from) the given class.
     */
-    bool IsKindOf(const wxClassInfo* info);
+    bool IsKindOf(const wxClassInfo* info) const;
 };