summaryrefslogtreecommitdiff
path: root/lingucomponent/source/languageguessing/guess.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lingucomponent/source/languageguessing/guess.hxx')
-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 efe61a025df2..7af5f38c70a7 100644
--- a/lingucomponent/source/languageguessing/guess.hxx
+++ b/lingucomponent/source/languageguessing/guess.hxx
@@ -48,8 +48,8 @@ class Guess{
~Guess();
- string GetLanguage() { return language_str;}
- string GetCountry() { return country_str;}
+ const string& GetLanguage() { return language_str;}
+ const string& GetCountry() { return country_str;}
protected:
string language_str;