Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| >>>>> "Lars" == Lars Gullik Bj�nnes <[EMAIL PROTECTED]> writes:
|
| Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: |
| Lars> So, we have to doublecheck the code...
|
| Lars> Yes, we must do that.
|
| Lars> Also compiling with -Wall -Wconversion should give no errors.
|
| Lars> And: all access to parameters in classes should be done with
| Lars> get/set functions.
|
| Lars> Anyway some of this means work, and it will probably take some
| Lars> time to make it bugless.
|
| So you would like to wait until 1.1, right?
Nah, I looked at the code and counter are only used for display on the
screen and also used in just a few places, so I changed it to int ,
made it private to LyXParagraph and introduced getCounter setCounter
and incCounter.
(and changed the name of GetCounter to GetFirstCounter)
I do not think we will get any surprises here.
Anyway we will have 1.0.4preX to handle bugs wrt.
I will check into cvs now.
Lgb