diff --git a/src/Battling/ScriptHandling/BattleScript.hpp b/src/Battling/ScriptHandling/BattleScript.hpp index 8051872..df448c0 100644 --- a/src/Battling/ScriptHandling/BattleScript.hpp +++ b/src/Battling/ScriptHandling/BattleScript.hpp @@ -24,7 +24,7 @@ namespace CreatureLib::Battling { public: BattleScript(const ArbUt::OptionalBorrowedPtr& owner) { _owner = owner; }; - NO_COPY_OR_MOVE(BattleScript); + NO_COPY_OR_MOVE(BattleScript) inline ArbUt::OptionalBorrowedPtr GetOwner() const noexcept { return _owner; } inline bool IsSuppressed() const noexcept { return _suppressed > 0; }