summaryrefslogtreecommitdiffstats
path: root/lingucomponent/source/languageguessing/simpleguesser.hxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2012-12-29 13:36:43 +0100
committerJulien Nabet <serval2412@yahoo.fr>2012-12-29 13:37:25 +0100
commitcf068828d334fcb0998755118e262d16c9db5b3a (patch)
treeca63d7c1e2b7099e7b038d8305a1b76800ceafe1 /lingucomponent/source/languageguessing/simpleguesser.hxx
parentregister ICU tools as external executables (diff)
downloadcore-cf068828d334fcb0998755118e262d16c9db5b3a.tar.gz
core-cf068828d334fcb0998755118e262d16c9db5b3a.zip
Fix SimpleGuesser::operator=' should return 'SimpleGuesser &
Change-Id: I29205bc8db7569cf123a52dd248a9165ebaef3a3
Diffstat (limited to 'lingucomponent/source/languageguessing/simpleguesser.hxx')
-rw-r--r--lingucomponent/source/languageguessing/simpleguesser.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/lingucomponent/source/languageguessing/simpleguesser.hxx b/lingucomponent/source/languageguessing/simpleguesser.hxx
index eed1af930f27..acf3ae30a550 100644
--- a/lingucomponent/source/languageguessing/simpleguesser.hxx
+++ b/lingucomponent/source/languageguessing/simpleguesser.hxx
@@ -37,10 +37,10 @@ public:
/**inits the object with conf file "./conf.txt"*/
SimpleGuesser();
- /** Compares the current Simpleguesser with an other
- * @param SimpleGuesser& sg the other guesser to compare
+ /**
+ * @param SimpleGuesser& sg the other guesser
*/
- void operator=(SimpleGuesser& sg);
+ SimpleGuesser& operator=(const SimpleGuesser& sg);
/**
* destroy the object