From e73b61f0d38f4f87f7b22abfacc272d876035905 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Thu, 22 Feb 2007 08:18:59 +0000 Subject: [PATCH] make Lars happy git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17298 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/CutAndPaste.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CutAndPaste.C b/src/CutAndPaste.C index cf09f40b7f..977517ab59 100644 --- a/src/CutAndPaste.C +++ b/src/CutAndPaste.C @@ -652,7 +652,7 @@ void copySelection(LCursor & cur, docstring const & plaintext) void saveSelection(LCursor & cur) { if (lyxerr.debugging(Debug::ACTION)) - lyxerr << "cap::saveSelection: `" + lyxerr << BOOST_CURRENT_FUNCTION << ": `" << to_utf8(cur.selectionAsString(true)) << "'." << endl; -- 2.39.2