Fix some wxMotif build warnings about deprecated methods.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18811 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user