diff --git a/src/Battling/Models/Battle.hpp b/src/Battling/Models/Battle.hpp index e21902d..b63e11f 100644 --- a/src/Battling/Models/Battle.hpp +++ b/src/Battling/Models/Battle.hpp @@ -117,7 +117,7 @@ namespace CreatureLib::Battling { try_creature(this->_historyHolder->Register(this->GetCurrentTurn(), args...); , "Exception occurred during history element registration."); } - const ArbUt::BorrowedPtr GetHistory() const noexcept { return _historyHolder.GetRaw(); } + ArbUt::BorrowedPtr GetHistory() const noexcept { return _historyHolder.GetRaw(); } long GetLastTurnTimeMicroseconds() const noexcept { return _lastTurnTime; }