mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 13:37:00 -04:00
Cleanup: use override specifier everywhere, and enable gcc warning to check for it.
This commit is contained in:
@@ -63,6 +63,6 @@ private:
|
||||
wxFont font_large, font_small;
|
||||
|
||||
protected:
|
||||
virtual void draw(DC& dc);
|
||||
void draw(DC& dc) override;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user