diff --git a/messages/message.h b/messages/message.h index 3a017c8e9..993dc6ed0 100644 --- a/messages/message.h +++ b/messages/message.h @@ -54,13 +54,13 @@ public: return displayName; } - const std::vector + const std::vector & getWords() const { return words; } - const std::vector + const std::vector & getWordParts() const { return wordParts;