SetValueToUnspecified is not pure virtual

This commit is contained in:
Robin Dunn 2016-08-24 18:50:52 -07:00
parent af9a0f6734
commit 12f9b8b7e4

View File

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