Fixes pedantic problem
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -24,7 +24,7 @@ namespace CreatureLib::Battling {
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
BattleScript(const ArbUt::OptionalBorrowedPtr<void>& owner) { _owner = owner; };
|
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 ArbUt::OptionalBorrowedPtr<void> GetOwner() const noexcept { return _owner; }
|
||||||
inline bool IsSuppressed() const noexcept { return _suppressed > 0; }
|
inline bool IsSuppressed() const noexcept { return _suppressed > 0; }
|
||||||
|
|||||||
Reference in New Issue
Block a user