From 17bb46299ed5022d3e488f5a2906586b026f1959 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 022eb726c6..940ddb8626 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;