compile fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35792 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2010-10-23 08:29:57 +00:00
parent f3ed8071d8
commit d2b7bb6525

View File

@ -82,8 +82,8 @@ void CacheMimeData::update()
// Qt times out after 5 seconds if it does not recieve a response.
if (current_time() - start_time > 3) {
lyxerr << "No timely response from clipboard, perhaps process "
<< "holding clipboard is frozen?" << endl;
LYXERR0("No timely response from clipboard, perhaps process "
<< "holding clipboard is frozen?");
}
}