]> git.lyx.org Git - lyx.git/blobdiff - src/pspell.h
cleanup after svn hang-up, #undef CursorShape. Should be compilable ganin now.
[lyx.git] / src / pspell.h
index 2b676d8d438e1a0a983a2eafebfa131235a3c3b0..f5e6b2395047158c7962bd48d37dde0456d69563 100644 (file)
@@ -49,11 +49,11 @@ public:
        /// accept the given word temporarily
        virtual void accept(WordLangTuple const &);
 
-       /// return the next near miss after a MISSED result
+       /// return the next near miss after a SUGGESTED_WORDS result
        virtual std::string const nextMiss();
 
        /// give an error message on messy exit
-       virtual std::string const error();
+       virtual lyx::docstring const error();
 
 private:
        /// add a manager of the given language
@@ -75,4 +75,4 @@ private:
        PspellCanHaveError * spell_error_object;
 };
 
-#endif // PSPELL_H
+#endif // LYX_PSPELL_H