Fix wxPropertyGridPage declaration
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user