From c985dce850dd0cc92c0e4c5edbaa2dfb0be87bc4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Fri, 20 Oct 2006 10:35:07 +0000 Subject: [PATCH] Get rid of warning. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15395 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/insetbase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/insetbase.h b/src/insets/insetbase.h index dfafeae233..53decbb717 100644 --- a/src/insets/insetbase.h +++ b/src/insets/insetbase.h @@ -396,7 +396,7 @@ public: virtual bool noFontChange() const { return false; } /// set the change for the entire inset - virtual void setChange(Change const & change) {} + virtual void setChange(Change const &) {} /// pretty arbitrary virtual int width() const { return 10; } -- 2.39.5