]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/ObjcRef.h
Removed checklistbox test
[wxWidgets.git] / include / wx / cocoa / ObjcRef.h
index 4e28712e89b80e2773d7db4c0dd30f2ac2c19354..faa11bea36aef5b944ed3fac9c2a28402a956da3 100644 (file)
@@ -25,7 +25,7 @@ class wxObjcAutoRefBase
 {
 protected:
     static struct objc_object* ObjcRetain(struct objc_object*);
-    static struct objc_object* ObjcRelease(struct objc_object*);
+    static void ObjcRelease(struct objc_object*);
 };
 
 // T should be a pointer like NSObject*