Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston committed Aug 13, 2024
1 parent 190ea5c commit 6f16e98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/message/ReactionStatistics.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ namespace message {
}
};

ReactionStatistics(std::shared_ptr<threading::ReactionIdentifiers> identifiers,
ReactionStatistics(std::shared_ptr<const threading::ReactionIdentifiers> identifiers,
const IDPair& cause,
const IDPair& target,
util::ThreadPoolDescriptor target_threadpool,
Expand All @@ -82,7 +82,7 @@ namespace message {


/// The identifiers for the reaction that was executed
std::shared_ptr<threading::ReactionIdentifiers> identifiers;
std::shared_ptr<const threading::ReactionIdentifiers> identifiers;

/// The reaction/task pair that caused this reaction or 0s if it was a non NUClear cause
IDPair cause;
Expand Down

0 comments on commit 6f16e98

Please sign in to comment.