Make wxSpinCtrl::GetTextValue() pure virtual
It is now implemented in all ports.
This commit is contained in:
@@ -35,7 +35,7 @@ public:
|
||||
wxSpinCtrlBase() {}
|
||||
|
||||
// accessor functions that derived classes are expected to have
|
||||
virtual wxString GetTextValue() const { return wxString(); }
|
||||
virtual wxString GetTextValue() const = 0;
|
||||
// T GetValue() const
|
||||
// T GetMin() const
|
||||
// T GetMax() const
|
||||
|
Reference in New Issue
Block a user