From 12f9b8b7e4d2b2b39685d49d7ef37a50c7356cdf Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 24 Aug 2016 18:50:52 -0700 Subject: [PATCH] SetValueToUnspecified is not pure virtual --- interface/wx/propgrid/editors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/propgrid/editors.h b/interface/wx/propgrid/editors.h index ca7488394d..7409284b74 100644 --- a/interface/wx/propgrid/editors.h +++ b/interface/wx/propgrid/editors.h @@ -129,7 +129,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.