don't use deprecated conversion operator in wxVariantDataList
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
4e47fd5a1b
commit
9000cdfb2a
@ -56,7 +56,7 @@ public:
|
||||
wxVariantDataList(const wxList& list);
|
||||
~wxVariantDataList();
|
||||
|
||||
wxList& GetValue() const { return m_value; }
|
||||
wxList& GetValue() { return m_value; }
|
||||
void SetValue(const wxList& value) ;
|
||||
|
||||
virtual void Copy(wxVariantData& data);
|
||||
|
Loading…
Reference in New Issue
Block a user