diff options
Diffstat (limited to 'src/actormanager.h')
-rw-r--r-- | src/actormanager.h | 2 |
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, |