]> git.lyx.org Git - lyx.git/blobdiff - src/aspell_local.h
Fix dEPM crash:
[lyx.git] / src / aspell_local.h
index 1b45c704513e3fcf23a9cd9104d9bc93bf62858b..f7e840d5f45e44b5dbe0333d7489bba0b8e5f4e4 100644 (file)
@@ -15,8 +15,6 @@
 
 #include "SpellBase.h"
 
-#include "support/docstring.h"
-
 #include <map>
 
 
@@ -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();