diff --git a/server/src/core/objectvectorproperty.hpp b/server/src/core/objectvectorproperty.hpp index 1f44b06d..e1d9db6b 100644 --- a/server/src/core/objectvectorproperty.hpp +++ b/server/src/core/objectvectorproperty.hpp @@ -119,7 +119,7 @@ class ObjectVectorProperty : public AbstractObjectVectorProperty } } - void moveInternal(const std::shared_ptr& value, ssize_t count) + void moveInternal(const std::shared_ptr& value, intptr_t count) { if(count == 0) return;