]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/app.h
wxChar -> char
[wxWidgets.git] / include / wx / mac / carbon / app.h
index 00d42f2ad8eb353041eb47bf293512786dee3b45..323ba1f98b6d6c84039be81b5a625d7998f16790 100644 (file)
@@ -78,6 +78,7 @@ public:
     // adding a CFType object to be released only at the end of the current event cycle (increases the
     // refcount of the object passed), needed in case we are in the middle of an event concering an object
     // we want to delete and cannot do it immediately
+    // TODO change semantics to be in line with cocoa (make autrelease NOT increase the count)
     void                  MacAddToAutorelease( void* cfrefobj );
 public:
     static wxWindow*      s_captureWindow ;