X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FHunspellChecker.h;h=ccb5257be5bea4b1d6dee943b09d320683f2c15b;hb=b8550d11e836e857967a31250e6ca248b2d43f82;hp=6e0ef024a7a12ccd813433a768481a360fa3a3aa;hpb=a4e03846cd4a5c369548e0913994e5f482a83277;p=lyx.git diff --git a/src/HunspellChecker.h b/src/HunspellChecker.h index 6e0ef024a7..ccb5257be5 100644 --- a/src/HunspellChecker.h +++ b/src/HunspellChecker.h @@ -29,6 +29,7 @@ public: void suggest(WordLangTuple const &, docstring_list &); void insert(WordLangTuple const &); void accept(WordLangTuple const &); + bool hasDictionary(Language const * lang) const; docstring const error(); ///@}