summaryrefslogtreecommitdiff
path: root/src/actormanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/actormanager.h')
-rw-r--r--src/actormanager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/actormanager.h b/src/actormanager.h
index 9c6672bbf..7ab4b1d67 100644
--- a/src/actormanager.h
+++ b/src/actormanager.h
@@ -385,7 +385,9 @@ class ActorManager final: public ConfigListener
const std::string &name);
#endif
+#ifndef UNITTESTS
protected:
+#endif
bool validateBeing(const Being *const aroundBeing,
Being *const being,
const ActorTypeT &type,