]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_obj.i
fixed a compile error in one of the stub classes
[wxWidgets.git] / wxPython / src / _obj.i
index 56672a69b71eafe7d1e53f6a148e2a68ea189a83..1555a2c5114d6ad94287e7fd2653ab8caa86ed5b 100644 (file)
@@ -38,6 +38,13 @@ public:
         }
     }
 
+    DocDeclStr(
+        bool , IsSameAs(const wxObject& p) const,
+        "For wx.Objects that use C++ reference counting internally, this method
+can be used to determine if two objects are referencing the same data
+object.", "");
+    
+
     %property(ClassName, GetClassName, doc="See `GetClassName`");
 };