On Sat, Apr 15, 2006 at 10:22:21AM +0200, Lars Gullik Bjønnes wrote: > | if (s == "tfrac") > | return MathAtom(new MathTfracInset); > | + if (s == "hphantom") > | + return MathAtom(new > MathPhantomInset(MathPhantomInset::hphantom)); > > Eventually something must be done with this if .. if ... if list
The problem is that there is no unique constructor signature for all cases. Andre'