Explicitly return Boolean value as declared
This commit is contained in:
@@ -403,7 +403,7 @@ public:
|
|||||||
// We don't implement bases support for floating point numbers, this is not
|
// We don't implement bases support for floating point numbers, this is not
|
||||||
// very useful in practice.
|
// very useful in practice.
|
||||||
virtual int GetBase() const wxOVERRIDE { return 10; }
|
virtual int GetBase() const wxOVERRIDE { return 10; }
|
||||||
virtual bool SetBase(int WXUNUSED(base)) wxOVERRIDE { return 0; }
|
virtual bool SetBase(int WXUNUSED(base)) wxOVERRIDE { return false; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual void DoSendEvent() wxOVERRIDE;
|
virtual void DoSendEvent() wxOVERRIDE;
|
||||||
|
Reference in New Issue
Block a user