This commit is contained in:
bubnikv 2019-08-05 17:49:31 +02:00
commit ef0e323d1b

View File

@ -375,7 +375,7 @@ public:
this->values[i] = rhs_vec->values[i]; this->values[i] = rhs_vec->values[i];
modified = true; modified = true;
} }
return false; return modified;
} }
private: private: