]> git.lyx.org Git - features.git/commitdiff
fix linker error
authorPeter Kümmel <syntheticpp@gmx.net>
Sat, 13 Dec 2008 14:41:37 +0000 (14:41 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Sat, 13 Dec 2008 14:41:37 +0000 (14:41 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27868 a592a061-630c-0410-9148-cb99ea01b6c8

src/Thesaurus.cpp

index 086ab6239df3ea5b76547baf1174550ffb8cbd0a..357ddbbe0bf42c919b08996ca031280f1f91c5ee 100644 (file)
@@ -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