From f23cf8d532cc938380a5a10a15d6612b7a7c2816 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Fri, 18 May 2007 07:39:36 +0000 Subject: [PATCH] added reminder git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46096 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/carbon/app.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/mac/carbon/app.h b/include/wx/mac/carbon/app.h index 492a713004..168ae5c73c 100644 --- a/include/wx/mac/carbon/app.h +++ b/include/wx/mac/carbon/app.h @@ -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 ;