mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
removed useless const
This commit is contained in:
parent
677017a8bd
commit
450f3bc492
1 changed files with 1 additions and 1 deletions
|
@ -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_);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue