]> git.lyx.org Git - features.git/commitdiff
Fix compiler warning at expense of creating doxygen one.
authorAngus Leeming <leeming@lyx.org>
Wed, 16 Jul 2003 20:43:57 +0000 (20:43 +0000)
committerAngus Leeming <leeming@lyx.org>
Wed, 16 Jul 2003 20:43:57 +0000 (20:43 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7293 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/controllers/Dialog.h

index e3aef83733c0c8cd370d357d1d7623f168ee9154..ca2a3df940ca83b45c89170bfa0062f4d5a17ce1 100644 (file)
@@ -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 &);