removed useless const

This commit is contained in:
fourtf 2019-08-27 19:53:29 +02:00
parent 677017a8bd
commit 450f3bc492

View file

@ -121,7 +121,7 @@ public:
return this->vector_;
}
const std::vector<TVectorItem> cloneVector() const
std::vector<TVectorItem> cloneVector() const
{
std::shared_lock lock(this->mutex_);