Fix SetWindowStyleFlag() override
Base class SetWindowStyle() is not virtual
This commit is contained in:
parent
976e3115b7
commit
c557f66eaf
2 changed files with 2 additions and 2 deletions
|
|
@ -200,7 +200,7 @@ public:
|
|||
virtual void Refresh(bool eraseBackground = true, const wxRect *rect = NULL) wxOVERRIDE;
|
||||
|
||||
virtual bool SetFont( const wxFont &font ) wxOVERRIDE;
|
||||
virtual void SetWindowStyle(const long styles);
|
||||
virtual void SetWindowStyleFlag(long styles) wxOVERRIDE;
|
||||
|
||||
// callbacks
|
||||
void OnPaint( wxPaintEvent &event );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue