Fix wxPropertyGridPage declaration
This commit is contained in:
parent
12f9b8b7e4
commit
17bb46299e
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user