Re: mathed30.diff

2001-02-20 Thread Lars Gullik Bjønnes
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

Re: mathed30.diff

2001-02-20 Thread Andre Poenitz
> 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 =

Re: mathed30.diff

2001-02-20 Thread Lars Gullik Bjønnes
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

Comment to mathed30.diff

2001-02-20 Thread Andre Poenitz
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]

mathed30.diff

2001-02-20 Thread Andre Poenitz
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