removed useless const
This commit is contained in:
@@ -121,7 +121,7 @@ public:
|
|||||||
return this->vector_;
|
return this->vector_;
|
||||||
}
|
}
|
||||||
|
|
||||||
const std::vector<TVectorItem> cloneVector() const
|
std::vector<TVectorItem> cloneVector() const
|
||||||
{
|
{
|
||||||
std::shared_lock lock(this->mutex_);
|
std::shared_lock lock(this->mutex_);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user