]> git.lyx.org Git - lyx.git/blobdiff - src/aspell_local.h
A better fix for bug 675:
[lyx.git] / src / aspell_local.h
index 1b45c704513e3fcf23a9cd9104d9bc93bf62858b..250cd97b0de8d47ae58429f9fe2fd30982eb2fa5 100644 (file)
 
 #include "SpellBase.h"
 
-#include "support/docstring.h"
-
 #include <map>
 
 
-class AspellSpeller;
-class AspellStringEnumeration;
-class AspellCanHaveError;
-class AspellConfig;
+struct AspellSpeller;
+struct AspellStringEnumeration;
+struct AspellCanHaveError;
+struct AspellConfig;
 
 namespace lyx {
 
@@ -55,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();