mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Mark Archive() as override
This commit is contained in:
parent
ca2322a4da
commit
8ac186ce17
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ public:
|
|||
|
||||
void Think() override;
|
||||
|
||||
void Archive(Archiver& arc);
|
||||
void Archive(Archiver& arc) override;
|
||||
|
||||
void setOwner(Sentient *other);
|
||||
Sentient *getOwner() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue