Skip to content

Commit fc152e5

Browse files
committedOct 1, 2024
fix scriptUid type
1 parent 9548b5e commit fc152e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/sim_ros2_interface.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class Plugin : public sim::Plugin
7777
previousStopSimulationRequestCounter = -1;
7878
}
7979

80-
void onScriptStateAboutToBeDestroyed(int scriptHandle, int scriptUid)
80+
void onScriptStateAboutToBeDestroyed(int scriptHandle, long long scriptUid)
8181
{
8282
for(auto subscriptionProxy : subscriptionHandles.find(scriptHandle))
8383
{

0 commit comments

Comments
 (0)
Please sign in to comment.