From c329fab7279003f6f0f4930d9da3b8341e956b3a Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 21 Jan 2017 18:08:32 -0800 Subject: [PATCH] wxPGVIterator does not inherit from wxObjectRefData --- interface/wx/propgrid/propgridpagestate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/propgrid/propgridpagestate.h b/interface/wx/propgrid/propgridpagestate.h index 9980085ba2..b2fd034d2a 100644 --- a/interface/wx/propgrid/propgridpagestate.h +++ b/interface/wx/propgrid/propgridpagestate.h @@ -205,7 +205,7 @@ public: Used to have functions dealing with all properties work with both wxPropertyGrid and wxPropertyGridManager. */ -class wxPGVIterator : public wxObjectRefData +class wxPGVIterator { public: wxPGVIterator();