implemented wxVariant::NullList() (patch 578257)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2054,6 +2054,12 @@ wxStringList& wxVariant::GetStringList() const
|
||||
return (wxStringList&) ((wxVariantDataStringList*) m_data)->GetValue();
|
||||
}
|
||||
|
||||
// Make empty list
|
||||
void wxVariant::NullList()
|
||||
{
|
||||
SetData(new wxVariantDataList());
|
||||
};
|
||||
|
||||
// Append to list
|
||||
void wxVariant::Append(const wxVariant& value)
|
||||
{
|
||||
|
Reference in New Issue
Block a user