cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50002 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -21,6 +21,8 @@
|
|||||||
#include "wx/module.h"
|
#include "wx/module.h"
|
||||||
#include "wx/dataobj.h" // for wxDataFormat
|
#include "wx/dataobj.h" // for wxDataFormat
|
||||||
|
|
||||||
|
#include "wx/mac/corefoundation/cfref.h"
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// wxClipboard
|
// wxClipboard
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
@@ -66,6 +68,7 @@ public:
|
|||||||
private:
|
private:
|
||||||
wxDataObject *m_data;
|
wxDataObject *m_data;
|
||||||
bool m_open;
|
bool m_open;
|
||||||
|
wxCFRef<PasteboardRef> m_pasteboard;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // wxUSE_CLIPBOARD
|
#endif // wxUSE_CLIPBOARD
|
||||||
|
Reference in New Issue
Block a user