]> git.saurik.com Git - wxWidgets.git/commitdiff
cleanup
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 16 Nov 2007 20:57:39 +0000 (20:57 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 16 Nov 2007 20:57:39 +0000 (20:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50002 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/clipbrd.h

index 3dd00d3bef7e23a1830cb52b3ae1108259f86f28..0c80b03c26e80897a1b2d84e435126218e273fb5 100644 (file)
@@ -21,6 +21,8 @@
 #include "wx/module.h"
 #include "wx/dataobj.h"     // for wxDataFormat
 
+#include "wx/mac/corefoundation/cfref.h"
+
 //-----------------------------------------------------------------------------
 // wxClipboard
 //-----------------------------------------------------------------------------
@@ -66,6 +68,7 @@ public:
 private:
     wxDataObject     *m_data;
     bool              m_open;
+    wxCFRef<PasteboardRef> m_pasteboard;
 };
 
 #endif // wxUSE_CLIPBOARD