From 78767f76fe85930d6292f44e04e77bdcc5128419 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Wed, 3 Sep 2008 18:30:05 +0000 Subject: [PATCH] cosmetics git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26292 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiHyperlink.h | 2 +- src/frontends/qt4/GuiInclude.h | 2 +- src/frontends/qt4/GuiNomencl.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/frontends/qt4/GuiHyperlink.h b/src/frontends/qt4/GuiHyperlink.h index f491f3fef7..6c02ad23c9 100644 --- a/src/frontends/qt4/GuiHyperlink.h +++ b/src/frontends/qt4/GuiHyperlink.h @@ -38,7 +38,7 @@ private: /// apply dialog void applyView(); /// update dialog - void updateContents() { }; + void updateContents() {} /// bool initialiseParams(std::string const & data); /// diff --git a/src/frontends/qt4/GuiInclude.h b/src/frontends/qt4/GuiInclude.h index 0fc998f644..cac8972d8e 100644 --- a/src/frontends/qt4/GuiInclude.h +++ b/src/frontends/qt4/GuiInclude.h @@ -77,7 +77,7 @@ private: /// Apply changes void applyView(); /// update - void updateContents() { }; + void updateContents() {} /// Browse for a file QString browse(QString const &, Type) const; diff --git a/src/frontends/qt4/GuiNomencl.h b/src/frontends/qt4/GuiNomencl.h index a56576d495..0b83d2e0e2 100644 --- a/src/frontends/qt4/GuiNomencl.h +++ b/src/frontends/qt4/GuiNomencl.h @@ -39,7 +39,7 @@ private: /// Apply changes void applyView(); /// update - void updateContents() { }; + void updateContents() {} /// bool initialiseParams(std::string const & data); /// -- 2.39.5