On Wed, Jun 01, 2005 at 03:26:47PM +0200, Jean-Marc Lasgouttes wrote:
> >>>>> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
> 
> Martin> Hmmm. This
> 
> Martin> 43 InsetCollapsable::InsetCollapsable
> Martin> 44                 (BufferParams const & bp, CollapseStatus status)
> Martin> 45         : InsetText(bp), label("Label"), status_(status), 
> openinlined_(false)
> Martin> 46 {
> 
> Martin> suggests that a new textinset is being created at construction
> Martin> of the collapsable.
> 
> I do not think so. It means ``use my InsetText personality to call the
> constructor''. 
> 
> Lars, Angus anyone, would you care to comment?

That's the constructor of the base class. Since we are using single
inheritance, the address of the InsetCollapsable is the same as that
of the base class.

Andre'

Reply via email to