On Monday 10 March 2003 11:04 am, Andre Poenitz wrote:
> On Mon, Mar 10, 2003 at 10:01:38AM +0000, Angus Leeming wrote:
> > Incidentally, the Tabular dialog now expects a string so you should now
> > be able to have a woking dialog for math arrays. See insettabular.C for
> > the details, but basically it expects to extract the current active cell
> > and stuff generated by Tabular::Write.
> >
> > Is this good enough for you?
>
> I try to understand the logic right now.
>
>
> What's the benefit of
>
>       virtual string const & name() const { return name_; }
>       ///
>       static string const name_;
>   ...
>       string const InsetTabularMailer:: name_("tabular");
>
> over
>
>       virtual string const & name() const { return "tabular"; }

Can you return a reference to this? But you're right, it's probably specious.
Angus

Reply via email to