diff options
Diffstat (limited to 'src/net/eathena/familyhandler.h')
-rw-r--r-- | src/net/eathena/familyhandler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/eathena/familyhandler.h b/src/net/eathena/familyhandler.h index 365dce5fc..0865dcdf9 100644 --- a/src/net/eathena/familyhandler.h +++ b/src/net/eathena/familyhandler.h @@ -34,9 +34,9 @@ class FamilyHandler final : public Net::FamilyHandler A_DELETE_COPY(FamilyHandler) - void askForChild(const Being *const being) const final; + void askForChild(const Being *const being) const override final; - void askForChildReply(const bool accept) const final; + void askForChildReply(const bool accept) const override final; }; } // namespace EAthena |