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
This commit is contained in:
Angus Leeming 2003-07-16 20:43:57 +00:00
parent b1924a9bca
commit 5db268b9e3

View 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 &);