From a59fec10ffb7f27bf5cf1a65a7399761ee7a437c Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Sun, 31 Oct 2010 14:41:59 +0000 Subject: [PATCH] Squash warning about unused variable git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35949 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/InsetParamsWidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/InsetParamsWidget.h b/src/frontends/qt4/InsetParamsWidget.h index 9cccc0dac1..1ab3a2e7ce 100644 --- a/src/frontends/qt4/InsetParamsWidget.h +++ b/src/frontends/qt4/InsetParamsWidget.h @@ -67,7 +67,7 @@ public: /// virtual docstring dialogToParams() const = 0; /// - virtual void paramsToDialog(InsetCommandParams const & params) {} + virtual void paramsToDialog(InsetCommandParams const & /*params*/) {} /// virtual bool initialiseParams(std::string const & data); -- 2.39.5