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; } ///