mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Cleanup: use override specifier everywhere, and enable gcc warning to check for it.
This commit is contained in:
@@ -107,6 +107,6 @@ private:
|
||||
|
||||
protected:
|
||||
/// Respond to actions by updating scripts
|
||||
void onAction(const Action&, bool undone);
|
||||
void onAction(const Action&, bool undone) override;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user