Revert override removal

Former-commit-id: b6ddfcfc35
This commit is contained in:
2023-02-06 12:01:01 -05:00
parent 03f6f75516
commit 9b99045882
148 changed files with 1030 additions and 1023 deletions

View File

@@ -15,9 +15,9 @@ public:
CSplashScreen(ESplashScreen);
~CSplashScreen();
EMessageReturn OnMessage(const CArchitectureMessage&, CArchitectureQueue&);
void Draw() const;
~CSplashScreen() override;
EMessageReturn OnMessage(const CArchitectureMessage&, CArchitectureQueue&) override;
void Draw() const override;
};
#endif // _CSPLASHSCREEN