diff --git a/core/include/cubos/core/ecs/system/dispatcher.hpp b/core/include/cubos/core/ecs/system/dispatcher.hpp index d9a020ae7..3ed5b8998 100644 --- a/core/include/cubos/core/ecs/system/dispatcher.hpp +++ b/core/include/cubos/core/ecs/system/dispatcher.hpp @@ -182,7 +182,7 @@ namespace cubos::core::ecs class GroupStep : public Step, public std::enable_shared_from_this { public: - GroupStep(std::string grouptag, const std::shared_ptr parentStep) + GroupStep(std::string grouptag, std::shared_ptr parentStep) : grouptag(std::move(grouptag)) , mParentStep(std::move(parentStep)) {