Add missing override keywords

This commit is contained in:
Christian Semmler
2023-11-09 10:52:58 -05:00
parent 1f6d1ddab0
commit 82697d7148
5 changed files with 7 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ public:
// SIZE 0x18
class MxPresenterList : public MxPresenterListParent {
public:
virtual MxS8 Compare(MxPresenter*, MxPresenter*); // +0x14
virtual MxS8 Compare(MxPresenter*, MxPresenter*) override; // +0x14
};
typedef MxListCursorChildChild<MxPresenter*> MxPresenterListCursor;