Andre Poenitz wrote: > BufferView * InsetTabular::view() const > { > - return buffer_->getUser(); > + Assert(false); > + return 0; > } > > Doesn't that mean that function should be removed altogether? > > Andre' >
Yes, but it's virtual from insetbase (returns 0 there) add I wanted to be sure not to miss any call (probably the one from insetbase should be removed also) Regards, Alfredo