rename variable

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2905 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2001-10-19 15:55:10 +00:00
parent 4542287e42
commit ba171ba664

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