X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/83df96d63a52ebb08b9e32549dc255354b4a18d0..e9d804ebea801ce6268b962999410c2b21fad617:/include/wx/motif/clipbrd.h diff --git a/include/wx/motif/clipbrd.h b/include/wx/motif/clipbrd.h index 848bfe6565..6b17de1e9f 100644 --- a/include/wx/motif/clipbrd.h +++ b/include/wx/motif/clipbrd.h @@ -18,7 +18,10 @@ #if wxUSE_CLIPBOARD +class wxDataObject; + #include "wx/list.h" +WX_DECLARE_LIST(wxDataObject, wxDataObjectList); bool WXDLLEXPORT wxOpenClipboard(); bool WXDLLEXPORT wxClipboardOpen(); @@ -71,7 +74,7 @@ public: // implementation from now on bool m_open; - wxList m_data; + wxDataObjectList m_data; bool m_usePrimary; private: