wxPGVIterator does not inherit from wxObjectRefData

This commit is contained in:
Robin Dunn
2017-01-21 18:08:32 -08:00
parent cc360cffbe
commit c329fab727

View File

@@ -205,7 +205,7 @@ public:
Used to have functions dealing with all properties work with both Used to have functions dealing with all properties work with both
wxPropertyGrid and wxPropertyGridManager. wxPropertyGrid and wxPropertyGridManager.
*/ */
class wxPGVIterator : public wxObjectRefData class wxPGVIterator
{ {
public: public:
wxPGVIterator(); wxPGVIterator();