From ec4fd8b553b6cedf7960ae490b440256aee0fc96 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 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.