From e73c866edf06654c3bcb429ccde2fa014822023c Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Sun, 28 Mar 2010 22:22:24 +0000 Subject: [PATCH] Squash warning. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33900 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/BiblioInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BiblioInfo.cpp b/src/BiblioInfo.cpp index 8a38e18fad..50ba5d8e09 100644 --- a/src/BiblioInfo.cpp +++ b/src/BiblioInfo.cpp @@ -477,7 +477,7 @@ docstring BibTeXInfo::expandFormat(string const & format, continue; } else if (scanning_key) - key += thischar; + key += char(thischar); else if (richtext || !scanning_rich) ret += thischar; // else the character is discarded, which will happen only if -- 2.39.5