]> git.lyx.org Git - features.git/commitdiff
rename variable
authorAndré Pönitz <poenitz@gmx.net>
Fri, 19 Oct 2001 15:55:10 +0000 (15:55 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Fri, 19 Oct 2001 15:55:10 +0000 (15:55 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2905 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/math_inset.h

index 323deadb75e97a7642d22d578bd4e34e23df2a7c..28a56d845b25d123eb41b25afb3905ab07bd4440 100644 (file)
@@ -84,9 +84,9 @@ struct MathWriteInfo {
 
        ///
        template <class T>
-       MathWriteInfo & operator<<(T const & T)
+       MathWriteInfo & operator<<(T const & t)
        {
-               os << T;
+               os << t;
                return *this;
        }
        ///