diff --git a/Chaos/Service/SeArray.hpp b/Chaos/Service/SeArray.hpp index 959924f..77a7f50 100644 --- a/Chaos/Service/SeArray.hpp +++ b/Chaos/Service/SeArray.hpp @@ -43,7 +43,7 @@ public: return Storage_.data(); } - const T * Begin() const noexcept + const T * Begin() const noexcept { return Storage_.data(); }