From: Angus Leeming Date: Wed, 16 Jul 2003 20:43:57 +0000 (+0000) Subject: Fix compiler warning at expense of creating doxygen one. X-Git-Tag: 1.6.10~16531 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=5db268b9e30dfce7af0c46376cbadcdd98964fd5;p=features.git Fix compiler warning at expense of creating doxygen one. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7293 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/controllers/Dialog.h b/src/frontends/controllers/Dialog.h index e3aef83733..ca2a3df940 100644 --- a/src/frontends/controllers/Dialog.h +++ b/src/frontends/controllers/Dialog.h @@ -221,7 +221,7 @@ public: * dialog therefore needs updating. * \param id identifies what should be updated. */ - virtual void partialUpdate(int id) {} + virtual void partialUpdate(int /* id */) {} /// sets the title of the dialog (window caption) void setTitle(string const &);