Skip to content

Commit

Permalink
Fix initial memberId (#117)
Browse files Browse the repository at this point in the history
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
  • Loading branch information
JLBuenoLopez authored Dec 13, 2023
1 parent 40f1b32 commit 23d12ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -368,5 +368,5 @@ public String getAnnotationAutoidValue() throws RuntimeGenerationException

protected int last_index_ = 0;

protected int last_id_ = 0;
protected int last_id_ = -1;
}

0 comments on commit 23d12ea

Please sign in to comment.