X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Faspell_local.h;h=250cd97b0de8d47ae58429f9fe2fd30982eb2fa5;hb=e5a46922e916a06ad1b958d5895cc3cfb4f13d2c;hp=7ad19946579d082110c9b822329cb373f26a50e8;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/aspell_local.h b/src/aspell_local.h index 7ad1994657..250cd97b0d 100644 --- a/src/aspell_local.h +++ b/src/aspell_local.h @@ -13,18 +13,18 @@ #ifndef LYX_ASPELL_H #define LYX_ASPELL_H +#include "SpellBase.h" + #include -#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();