X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fpspell.h;h=44071dc3e17d3647949aab433ed0cb21deef3c2d;hb=ca6838b288daf07eec7d7a381d74c639c0de3a46;hp=7d2cfc14efbb858f6df7c5d11d2702a4f47aaaef;hpb=8193ac607b4c9b3eccb436234882734b718845b3;p=lyx.git diff --git a/src/pspell.h b/src/pspell.h index 7d2cfc14ef..44071dc3e1 100644 --- a/src/pspell.h +++ b/src/pspell.h @@ -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();