From ba171ba664dcd1c486a14e715b28f01ec2356956 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Fri, 19 Oct 2001 15:55:10 +0000 Subject: [PATCH] rename variable git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2905 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_inset.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } /// -- 2.39.2