summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/source/languageguessing/guess.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lingucomponent/source/languageguessing/guess.hxx b/lingucomponent/source/languageguessing/guess.hxx
index d85db86900f8..e68d852a53a6 100644
--- a/lingucomponent/source/languageguessing/guess.hxx
+++ b/lingucomponent/source/languageguessing/guess.hxx
@@ -43,8 +43,8 @@ class Guess final {
*/
Guess(const char * guess_str);
- const string& GetLanguage() { return language_str;}
- const string& GetCountry() { return country_str;}
+ const string& GetLanguage() const { return language_str;}
+ const string& GetCountry() const { return country_str;}
private:
string language_str;