X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FSpellBase.h;h=75336376f313a01466f9a0248dd553a8b6054613;hb=b2475f6625efbaacbd574d5b9a2402b4d20c4047;hp=f9f2a4a7328c62a2d84c64135915dd3acf6eb898;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/SpellBase.h b/src/SpellBase.h index f9f2a4a732..75336376f3 100644 --- a/src/SpellBase.h +++ b/src/SpellBase.h @@ -13,9 +13,7 @@ #ifndef SPELL_BASE_H #define SPELL_BASE_H -#include "support/docstring.h" - -#include +#include "support/strfwd.h" namespace lyx { @@ -61,7 +59,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();