X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Faspell_local.h;h=250cd97b0de8d47ae58429f9fe2fd30982eb2fa5;hb=e5a46922e916a06ad1b958d5895cc3cfb4f13d2c;hp=1b45c704513e3fcf23a9cd9104d9bc93bf62858b;hpb=5c0438b85c38c8475f129a75bcc06855cc5592e3;p=lyx.git diff --git a/src/aspell_local.h b/src/aspell_local.h index 1b45c70451..250cd97b0d 100644 --- a/src/aspell_local.h +++ b/src/aspell_local.h @@ -15,15 +15,13 @@ #include "SpellBase.h" -#include "support/docstring.h" - #include -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();