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}
@category{propgrid}
*/
class WXDLLIMPEXP_PROPGRID wxPropertyGridPage : public wxEvtHandler,
public wxPropertyGridInterface
class wxPropertyGridPage : public wxEvtHandler,
public wxPropertyGridInterface,
public wxPropertyGridPageState
{
friend class wxPropertyGridManager;