From 009e23910860c66b6fc27dd484d40b6a6156557c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Sat, 13 Dec 2008 14:41:37 +0000 Subject: [PATCH] fix linker error git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27868 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Thesaurus.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Thesaurus.cpp b/src/Thesaurus.cpp index 086ab6239d..357ddbbe0b 100644 --- a/src/Thesaurus.cpp +++ b/src/Thesaurus.cpp @@ -281,6 +281,12 @@ Thesaurus::Meanings Thesaurus::lookup(docstring const &, docstring const &) return Meanings(); } + +bool Thesaurus::thesaurusAvailable(docstring const & lang) const +{ + return false; +} + #endif #endif // HAVE_LIBMYTHES -- 2.39.2