diff --git a/src/message/ReactionStatistics.hpp b/src/message/ReactionStatistics.hpp index 4d2cf35e..9872fd22 100644 --- a/src/message/ReactionStatistics.hpp +++ b/src/message/ReactionStatistics.hpp @@ -68,7 +68,7 @@ namespace message { } }; - ReactionStatistics(std::shared_ptr identifiers, + ReactionStatistics(std::shared_ptr identifiers, const IDPair& cause, const IDPair& target, util::ThreadPoolDescriptor target_threadpool, @@ -82,7 +82,7 @@ namespace message { /// The identifiers for the reaction that was executed - std::shared_ptr identifiers; + std::shared_ptr identifiers; /// The reaction/task pair that caused this reaction or 0s if it was a non NUClear cause IDPair cause;