fix linker error

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27868 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2008-12-13 14:41:37 +00:00
parent 370a4d8cf2
commit 009e239108

View 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