mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
tentative fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27588 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
75703b4303
commit
561802d41e
@ -265,7 +265,7 @@ Thesaurus::Meanings Thesaurus::lookup(docstring const & t, docstring const & lan
|
||||
}
|
||||
|
||||
#else
|
||||
|
||||
#ifndef HAVE_AIKSAURUS
|
||||
Thesaurus::Thesaurus()
|
||||
{
|
||||
}
|
||||
@ -281,6 +281,7 @@ Thesaurus::Meanings Thesaurus::lookup(docstring const &, docstring const &)
|
||||
return Meanings();
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // HAVE_LIBMYTHES
|
||||
|
||||
// Global instance
|
||||
|
Loading…
Reference in New Issue
Block a user