Skip to content

Commit

Permalink
- fix compilation issue for java bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Oct 3, 2022
1 parent c08d4e8 commit 817af4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copasi/bindings/swig/CVector.i
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
return (*self)[i];
}

int size() const
size_t size() const
{
return self->size();
}
Expand Down

0 comments on commit 817af4d

Please sign in to comment.