diff --git a/interface/wx/propgrid/editors.h b/interface/wx/propgrid/editors.h index dfd3876a54..7e749bcb2f 100644 --- a/interface/wx/propgrid/editors.h +++ b/interface/wx/propgrid/editors.h @@ -131,7 +131,7 @@ public: /** Sets value in control to unspecified. */ virtual void SetValueToUnspecified( wxPGProperty* property, - wxWindow* ctrl ) const = 0; + wxWindow* ctrl ) const; /** Called by property grid to set new appearance for the control.