From 5db268b9e30dfce7af0c46376cbadcdd98964fd5 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Wed, 16 Jul 2003 20:43:57 +0000 Subject: [PATCH] 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 --- src/frontends/controllers/Dialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 &); -- 2.39.2