You're right. If someone is going to change this, note that the same appeared in GuiHyperlink.h:41, GuiInclude.h:80 Vincent
________________________________ Van: Andre Poenitz [mailto:[EMAIL PROTECTED] Verzonden: wo 3-9-2008 18:56 Aan: lyx-devel@lists.lyx.org CC: [EMAIL PROTECTED] Onderwerp: Re: [Cvslog] r26291 - in /lyx-devel/trunk/src/frontends/qt4:GuiNomenc... On Wed, Sep 03, 2008 at 12:59:39PM -0000, [EMAIL PROTECTED] wrote: > URL: > http://www.lyx.org/trac/file/lyx-devel/trunk/src/frontends/qt4/GuiNomencl.h?rev=26291 > ============================================================================== > --- lyx-devel/trunk/src/frontends/qt4/GuiNomencl.h (original) > +++ lyx-devel/trunk/src/frontends/qt4/GuiNomencl.h Wed Sep 3 14:59:36 2008 > @@ -39,9 +39,11 @@ > /// Apply changes > void applyView(); > /// update > - void updateContents(); > + void updateContents() { }; Semicolon not needed. Also, we typically use {}, not { } Andre'