mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
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:
parent
370a4d8cf2
commit
009e239108
@ -281,6 +281,12 @@ Thesaurus::Meanings Thesaurus::lookup(docstring const &, docstring const &)
|
|||||||
return Meanings();
|
return Meanings();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
bool Thesaurus::thesaurusAvailable(docstring const & lang) const
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
#endif // HAVE_LIBMYTHES
|
#endif // HAVE_LIBMYTHES
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user