diff options
Diffstat (limited to 'lingucomponent/source/languageguessing/simpleguesser.hxx')
-rw-r--r-- | lingucomponent/source/languageguessing/simpleguesser.hxx | 6 |
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 |