mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
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:
parent
b1924a9bca
commit
5db268b9e3
@ -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 &);
|
||||
|
Loading…
Reference in New Issue
Block a user