summaryrefslogtreecommitdiff
path: root/lingucomponent/source/languageguessing/guess.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lingucomponent/source/languageguessing/guess.cxx')
-rw-r--r--lingucomponent/source/languageguessing/guess.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/lingucomponent/source/languageguessing/guess.cxx b/lingucomponent/source/languageguessing/guess.cxx
index 9c16750a1f70..833d6032f5d4 100644
--- a/lingucomponent/source/languageguessing/guess.cxx
+++ b/lingucomponent/source/languageguessing/guess.cxx
@@ -40,10 +40,10 @@
using namespace std;
Guess::Guess()
+ : language_str(DEFAULT_LANGUAGE)
+ , country_str(DEFAULT_COUNTRY)
+ , encoding_str(DEFAULT_ENCODING)
{
- language_str = DEFAULT_LANGUAGE;
- country_str = DEFAULT_COUNTRY;
- encoding_str = DEFAULT_ENCODING;
}
/*