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:
@@ -57,7 +57,7 @@ private:
|
||||
wxMutex lock;
|
||||
|
||||
struct Thread : public wxThread {
|
||||
virtual ExitCode Entry();
|
||||
ExitCode Entry() override;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -104,7 +104,7 @@ public:
|
||||
|
||||
void setPackage(const InstallablePackageP& package);
|
||||
|
||||
virtual wxSize DoGetBestSize() const;
|
||||
wxSize DoGetBestSize() const override;
|
||||
private:
|
||||
InstallablePackageP package;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user