SetValueToUnspecified is not pure virtual

This commit is contained in:
Robin Dunn
2016-08-24 18:50:52 -07:00
parent dcc23ceba8
commit ec4fd8b553

View File

@@ -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.