mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 05:36:59 -04:00
Cleanup: use override specifier everywhere, and enable gcc warning to check for it.
This commit is contained in:
@@ -53,9 +53,9 @@ public:
|
||||
|
||||
protected:
|
||||
/// Draw an item
|
||||
virtual void drawItem(DC& dc, int x, int y, size_t item);
|
||||
void drawItem(DC& dc, int x, int y, size_t item) override;
|
||||
/// Return how many items there are in the list
|
||||
virtual size_t itemCount() const;
|
||||
size_t itemCount() const override;
|
||||
|
||||
private:
|
||||
// The default icon to use
|
||||
|
||||
Reference in New Issue
Block a user