From 817af4d9250d1a9b6093379681620f3f6eae290e Mon Sep 17 00:00:00 2001 From: "Frank T. Bergmann" Date: Mon, 3 Oct 2022 17:47:18 +0200 Subject: [PATCH] - fix compilation issue for java bindings --- copasi/bindings/swig/CVector.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copasi/bindings/swig/CVector.i b/copasi/bindings/swig/CVector.i index dccb66a677..b1b3c5874a 100644 --- a/copasi/bindings/swig/CVector.i +++ b/copasi/bindings/swig/CVector.i @@ -85,7 +85,7 @@ return (*self)[i]; } - int size() const + size_t size() const { return self->size(); }