mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 13:17:00 -04:00
Cleanup: use override specifier everywhere, and enable gcc warning to check for it.
This commit is contained in:
@@ -62,10 +62,10 @@ public:
|
||||
String stylesheetName() const;
|
||||
|
||||
static String typeNameStatic();
|
||||
virtual String typeName() const;
|
||||
Version fileVersion() const;
|
||||
String typeName() const override;
|
||||
Version fileVersion() const override;
|
||||
/// Validate the stylesheet
|
||||
virtual void validate(Version = app_version);
|
||||
void validate(Version = app_version) override;
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user