cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50002 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
a9479081df
commit
50f8c98e06
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user