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'