git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50002 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2007-11-16 20:57:39 +00:00
parent a9479081df
commit 50f8c98e06

View 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