X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FSpellBase.h;h=75336376f313a01466f9a0248dd553a8b6054613;hb=0362c6aae73c293d1c20277c12d362acfe0b2ef6;hp=5eee2f66778a6abf5042efcf8ecb27ca7c5e7d15;hpb=251f8349956b8ed3bed69c786c2cb312e5d23ba1;p=lyx.git diff --git a/src/SpellBase.h b/src/SpellBase.h index 5eee2f6677..75336376f3 100644 --- a/src/SpellBase.h +++ b/src/SpellBase.h @@ -13,7 +13,10 @@ #ifndef SPELL_BASE_H #define SPELL_BASE_H -#include +#include "support/strfwd.h" + + +namespace lyx { class BufferParams; class WordLangTuple; @@ -56,10 +59,13 @@ 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 std::string const error(); + virtual docstring const error(); }; + +} // namespace lyx + #endif // SPELL_BASE_H