From 354897cd133aaa0d6317081e915644803f686580 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 31 Aug 2016 16:18:15 -0700 Subject: [PATCH] Fix wxPropertyGridPage declaration --- interface/wx/propgrid/manager.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/interface/wx/propgrid/manager.h b/interface/wx/propgrid/manager.h index b1daefdcd5..e21d8c9616 100644 --- a/interface/wx/propgrid/manager.h +++ b/interface/wx/propgrid/manager.h @@ -36,8 +36,9 @@ @library{wxpropgrid} @category{propgrid} */ -class WXDLLIMPEXP_PROPGRID wxPropertyGridPage : public wxEvtHandler, - public wxPropertyGridInterface +class wxPropertyGridPage : public wxEvtHandler, + public wxPropertyGridInterface, + public wxPropertyGridPageState { friend class wxPropertyGridManager;