Fix wxPropertyGridPage declaration

This commit is contained in:
Robin Dunn 2016-08-31 16:18:15 -07:00
parent 12f9b8b7e4
commit 17bb46299e

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;