Change ~wxPGChoicesData from private to protected
This commit is contained in:
@@ -677,6 +677,7 @@ public:
|
|||||||
private:
|
private:
|
||||||
wxVector<wxPGChoiceEntry> m_items;
|
wxVector<wxPGChoiceEntry> m_items;
|
||||||
|
|
||||||
|
protected:
|
||||||
virtual ~wxPGChoicesData();
|
virtual ~wxPGChoicesData();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -2480,6 +2480,9 @@ public:
|
|||||||
|
|
||||||
const wxPGChoiceEntry& Item( unsigned int i ) const;
|
const wxPGChoiceEntry& Item( unsigned int i ) const;
|
||||||
wxPGChoiceEntry& Item( unsigned int i );
|
wxPGChoiceEntry& Item( unsigned int i );
|
||||||
|
|
||||||
|
protected:
|
||||||
|
virtual ~wxPGChoicesData();
|
||||||
};
|
};
|
||||||
|
|
||||||
#define wxPGChoicesEmptyData ((wxPGChoicesData*)NULL)
|
#define wxPGChoicesEmptyData ((wxPGChoicesData*)NULL)
|
||||||
|
Reference in New Issue
Block a user