]> git.lyx.org Git - lyx.git/blobdiff - src/aspell_local.h
cleanup after svn hang-up, #undef CursorShape. Should be compilable ganin now.
[lyx.git] / src / aspell_local.h
index f7e94141014eca635c6acba9222f8305df4ba0fa..c6a68931b1302709d0456e6de877ad90a1cdefce 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 speller of the given language
@@ -64,7 +64,7 @@ private:
                AspellConfig * config;
        };
 
-       typedef std::map<std::string, struct Speller> Spellers;
+       typedef std::map<std::string, Speller> Spellers;
 
        /// the spellers
        Spellers spellers_;
@@ -75,4 +75,4 @@ private:
        AspellCanHaveError * spell_error_object;
 };
 
-#endif // ASPELL_H
+#endif // LYX_ASPELL_H