Fix wxEditorDialogProperty type declaration
This commit is contained in:
parent
38c38e2274
commit
c6ce2a77bf
1 changed files with 1 additions and 1 deletions
|
|
@ -575,7 +575,7 @@ protected:
|
|||
class WXDLLIMPEXP_PROPGRID wxEditorDialogProperty : public wxPGProperty
|
||||
{
|
||||
friend class wxPGDialogAdapter;
|
||||
wxDECLARE_ABSTRACT_CLASS(wxDialogProperty);
|
||||
wxDECLARE_ABSTRACT_CLASS(wxEditorDialogProperty);
|
||||
|
||||
public:
|
||||
virtual ~wxEditorDialogProperty();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue