On Mon, Nov 22, 2004 at 10:32:18AM +0100, Juergen Spitzmueller wrote:
> > LyXLength len;
> 
> Shouldn't len be (explicitely) initialized?

It's default constructed.

If the result is different from

  LyXLength len = LyXLength()

the copy constructor has extremely unusual behaviour.

Andre'

Reply via email to