From ff79d11bb78ac7ed0b912be3224ce450fbabdcfa Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Fri, 19 Nov 2010 13:27:51 +0000 Subject: [PATCH] Style. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36398 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/MathStream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/MathStream.cpp b/src/mathed/MathStream.cpp index 803023876c..7a13955779 100644 --- a/src/mathed/MathStream.cpp +++ b/src/mathed/MathStream.cpp @@ -107,7 +107,7 @@ WriteStream & operator<<(WriteStream & ws, docstring const & s) } ws.os() << s.substr(first); int lf = 0; - char_type lastchar(0); + char_type lastchar = 0; docstring::const_iterator dit = s.begin() + first; docstring::const_iterator end = s.end(); for (; dit != end; ++dit) {