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
> 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
=
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
Next change would be to change getData and setData to take references
instead of pointers, so these "*" will go...
Andre'
--
André Pönitz [EMAIL PROTECTED]
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 version should be "correct".
Andre'
--
André Pönit