mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
return references to the vectors in message.h
This commit is contained in:
parent
fbb6868b70
commit
2da50b78e5
|
@ -54,13 +54,13 @@ public:
|
||||||
return displayName;
|
return displayName;
|
||||||
}
|
}
|
||||||
|
|
||||||
const std::vector<Word>
|
const std::vector<Word> &
|
||||||
getWords() const
|
getWords() const
|
||||||
{
|
{
|
||||||
return words;
|
return words;
|
||||||
}
|
}
|
||||||
|
|
||||||
const std::vector<WordPart>
|
const std::vector<WordPart> &
|
||||||
getWordParts() const
|
getWordParts() const
|
||||||
{
|
{
|
||||||
return wordParts;
|
return wordParts;
|
||||||
|
|
Loading…
Reference in a new issue