From: André Pönitz Date: Fri, 19 Oct 2001 15:55:10 +0000 (+0000) Subject: rename variable X-Git-Tag: 1.6.10~20458 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ba171ba664dcd1c486a14e715b28f01ec2356956;p=features.git rename variable git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2905 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/math_inset.h b/src/mathed/math_inset.h index 323deadb75..28a56d845b 100644 --- a/src/mathed/math_inset.h +++ b/src/mathed/math_inset.h @@ -84,9 +84,9 @@ struct MathWriteInfo { /// template - MathWriteInfo & operator<<(T const & T) + MathWriteInfo & operator<<(T const & t) { - os << T; + os << t; return *this; } ///