Fix override usage

Former-commit-id: 989015db6a
This commit is contained in:
Henrique Gemignani Passos Lima
2022-11-08 16:23:03 +02:00
parent d6a754e555
commit 1dd0e2ad4d
40 changed files with 300 additions and 301 deletions

View File

@@ -12,7 +12,7 @@ public:
~CErrorOutputWindow() override;
EMessageReturn OnMessage(const CArchitectureMessage&, CArchitectureQueue&) override;
bool GetIsContinueDraw() const override;
void Draw() override;
void Draw() const override;
};
#endif // _CERROROUTPUTWINDOW