]> 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 59d67294c45c2245aced95278f75750b276bda91..c6a68931b1302709d0456e6de877ad90a1cdefce 100644 (file)
@@ -53,7 +53,7 @@ public:
        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
@@ -75,4 +75,4 @@ private:
        AspellCanHaveError * spell_error_object;
 };
 
-#endif // ASPELL_H
+#endif // LYX_ASPELL_H