Fixes pedantic problem
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
842d708996
commit
88dd285642
|
@ -24,7 +24,7 @@ namespace CreatureLib::Battling {
|
|||
|
||||
public:
|
||||
BattleScript(const ArbUt::OptionalBorrowedPtr<void>& owner) { _owner = owner; };
|
||||
NO_COPY_OR_MOVE(BattleScript);
|
||||
NO_COPY_OR_MOVE(BattleScript)
|
||||
|
||||
inline ArbUt::OptionalBorrowedPtr<void> GetOwner() const noexcept { return _owner; }
|
||||
inline bool IsSuppressed() const noexcept { return _suppressed > 0; }
|
||||
|
|
Loading…
Reference in New Issue