diff options
Diffstat (limited to '')
-rw-r--r-- | src/text.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text.cpp b/src/text.cpp index 4b520a43..5995daf1 100644 --- a/src/text.cpp +++ b/src/text.cpp @@ -214,7 +214,7 @@ word* text::getWordAt(const int pos) } -const word* const text::getWordAt(const int pos) const +const word* text::getWordAt(const int pos) const { return (m_words[pos]); } |