X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FSpellBase.h;h=e4ec616bdc360ef641051d1d6eeac0d9d6857bda;hb=e5a46922e916a06ad1b958d5895cc3cfb4f13d2c;hp=f9f2a4a7328c62a2d84c64135915dd3acf6eb898;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/SpellBase.h b/src/SpellBase.h index f9f2a4a732..e4ec616bdc 100644 --- a/src/SpellBase.h +++ b/src/SpellBase.h @@ -15,8 +15,6 @@ #include "support/docstring.h" -#include - 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();