Skip to content

Commit

Permalink
[OccasionsManager] fix conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthou committed Jun 26, 2024
1 parent 2864ca2 commit eb63bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Occasions/OccasionsManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ namespace mementar {
msg.data = triplet.toString();
msg.last = subscription_.isFinished(id);
if(msg.last)
subscription_.unsubscribe(id);
subscription_.unsubscribe((int)id);
pub_.publish(msg);
}
}
Expand Down

0 comments on commit eb63bfa

Please sign in to comment.