]> git.lyx.org Git - lyx.git/blobdiff - src/aspell_local.h
add config.h
[lyx.git] / src / aspell_local.h
index 7ad19946579d082110c9b822329cb373f26a50e8..250cd97b0de8d47ae58429f9fe2fd30982eb2fa5 100644 (file)
 #ifndef LYX_ASPELL_H
 #define LYX_ASPELL_H
 
+#include "SpellBase.h"
+
 #include <map>
 
-#include "SpellBase.h"
 
+struct AspellSpeller;
+struct AspellStringEnumeration;
+struct AspellCanHaveError;
+struct AspellConfig;
 
 namespace lyx {
 
-class AspellSpeller;
-class AspellStringEnumeration;
-class AspellCanHaveError;
-class AspellConfig;
-
 class BufferParams;
 
 
@@ -53,7 +53,7 @@ public:
        virtual void accept(WordLangTuple const &);
 
        /// return the next near miss after a SUGGESTED_WORDS result
-       virtual std::string const nextMiss();
+       virtual docstring const nextMiss();
 
        /// give an error message on messy exit
        virtual docstring const error();