mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
rename variable
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2905 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4542287e42
commit
ba171ba664
@ -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;
|
||||
}
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user