compil fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22099 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-12-12 10:53:44 +00:00
parent 503a41ad15
commit d5dcbe169a

View File

@ -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>();
}