X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FSpellBase.h;h=e4ec616bdc360ef641051d1d6eeac0d9d6857bda;hb=ae9dad17702242b63ca6043002a6e500734e9296;hp=ca84c460d4924f27ca3502ff5fc91f622bd45f7f;hpb=a6444784dca48da8b1f7723be12069b2e1dbb4c5;p=lyx.git diff --git a/src/SpellBase.h b/src/SpellBase.h index ca84c460d4..e4ec616bdc 100644 --- a/src/SpellBase.h +++ b/src/SpellBase.h @@ -15,7 +15,8 @@ #include "support/docstring.h" -#include + +namespace lyx { class BufferParams; class WordLangTuple; @@ -58,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 lyx::docstring const error(); + virtual docstring const error(); }; + +} // namespace lyx + #endif // SPELL_BASE_H