lyx-devel  

Re: r33378 - in lyx-devel/trunk/src: . frontends/qt4

Jürgen Spitzmüller
Tue, 09 Feb 2010 03:51:55 -0800

Jean-Marc Lasgouttes wrote:
> > +     WordLangTuple(docstring const & w, Language * l)
> > +             : word_(w)
> > +     {
> > +             lang_ = l;
> > +     }
> 
> Why don't you initialize lang_ along with word_?

I got a compile error. But it doesn't do now, so I'll change that.

Jürgen