summaryrefslogtreecommitdiff
path: root/src/net/tmwa/familyhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/familyhandler.cpp')
-rw-r--r--src/net/tmwa/familyhandler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/tmwa/familyhandler.cpp b/src/net/tmwa/familyhandler.cpp
index 2851ac7d7..d0680a8e2 100644
--- a/src/net/tmwa/familyhandler.cpp
+++ b/src/net/tmwa/familyhandler.cpp
@@ -32,11 +32,11 @@ FamilyHandler::FamilyHandler()
familyHandler = this;
}
-void FamilyHandler::askForChild(const Being *const being A_UNUSED)
+void FamilyHandler::askForChild(const Being *const being A_UNUSED) const
{
}
-void FamilyHandler::askForChildReply(const bool accept A_UNUSED)
+void FamilyHandler::askForChildReply(const bool accept A_UNUSED) const
{
}