mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
compil fix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22099 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
503a41ad15
commit
d5dcbe169a
@ -698,7 +698,7 @@ vector<docstring> GuiCitation::searchKeys(
|
||||
} catch (boost::regex_error & e) {
|
||||
// boost::regex throws an exception if the regular expression is not
|
||||
// valid.
|
||||
LYXERR0(Debug::GUI, e.what());
|
||||
LYXERR(Debug::GUI, e.what());
|
||||
return vector<docstring>();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user