Andre Poenitz <[EMAIL PROTECTED]> writes:
| > Where's the diff?
|
| /usr/src/lyx/lyx-devel/src/mathed/mathed30.diff
|
| Oh.. you mean I'd better attach it to the mail?
mmm...
one small note... never use C style casts, even in code that you plan
to discard soon. Always use the C++ style casts.
> Where's the diff?
/usr/src/lyx/lyx-devel/src/mathed/mathed30.diff
Oh.. you mean I'd better attach it to the mail?
Andre'
--
André Pönitz [EMAIL PROTECTED]
Index: ChangeLog
===
RCS fil
Andre Poenitz <[EMAIL PROTECTED]> writes:
| Still on unsafe ground...
|
| This "promotes" MathedParInset::array from a "MathArray *" to a "real"
| MathArray. I am not sure whether the resulting simplified constructors
| for MathSqrtInset etc. behave exactly as the original version, but the
| new