From 5dcec1d99bf855ee27f195eccd9ece85d26337c8 Mon Sep 17 00:00:00 2001 From: David Webster Date: Fri, 22 Oct 1999 04:40:12 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/os2/dataform.h | 4 ++-- include/wx/os2/dnd.h | 7 +------ 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/include/wx/os2/dataform.h b/include/wx/os2/dataform.h index 2ba539b674..23b4b51ee6 100644 --- a/include/wx/os2/dataform.h +++ b/include/wx/os2/dataform.h @@ -50,8 +50,8 @@ public: wxDataFormatId GetType() const; private: - wxDataFormatId m_type; - NativeFormat m_format; + wxDataFormatId m_vType; + NativeFormat m_vFormat; void PrepareFormats(); void SetType( wxDataFormatId type ); diff --git a/include/wx/os2/dnd.h b/include/wx/os2/dnd.h index d774039221..60efc76fe8 100644 --- a/include/wx/os2/dnd.h +++ b/include/wx/os2/dnd.h @@ -29,16 +29,11 @@ class WXDLLEXPORT wxDropSource: public wxDropSourceBase { public: /* constructor. set data later with SetData() */ - wxDropSource( wxWindow* pWin - ,const wxIcon& rGo = wxNullIcon - ,const wxIcon& rStop = wxNullIcon - ); + wxDropSource(wxWindow* pWin); /* constructor for setting one data object */ wxDropSource( wxDataObject& rData, wxWindow* pWin, - const wxIcon& rGo = wxNullIcon, - const wxIcon& rStop = wxNullIcon ); virtual ~wxDropSource(); -- 2.45.2