fix: changed ssize_t to intptr_t (ssize_t doens't exist on Windows)
Dieser Commit ist enthalten in:
Ursprung
885b788bae
Commit
95441f0399
@ -119,7 +119,7 @@ class ObjectVectorProperty : public AbstractObjectVectorProperty
|
||||
}
|
||||
}
|
||||
|
||||
void moveInternal(const std::shared_ptr<T>& value, ssize_t count)
|
||||
void moveInternal(const std::shared_ptr<T>& value, intptr_t count)
|
||||
{
|
||||
if(count == 0)
|
||||
return;
|
||||
|
||||
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren