Fix wxPropertyGridPage declaration

This commit is contained in:
Robin Dunn
2016-08-31 16:18:15 -07:00
parent 1d5119acf5
commit 354897cd13

View File

@@ -36,8 +36,9 @@
@library{wxpropgrid} @library{wxpropgrid}
@category{propgrid} @category{propgrid}
*/ */
class WXDLLIMPEXP_PROPGRID wxPropertyGridPage : public wxEvtHandler, class wxPropertyGridPage : public wxEvtHandler,
public wxPropertyGridInterface public wxPropertyGridInterface,
public wxPropertyGridPageState
{ {
friend class wxPropertyGridManager; friend class wxPropertyGridManager;