]> git.lyx.org Git - features.git/commitdiff
Get rid of warning.
authorLars Gullik Bjønnes <larsbj@gullik.org>
Fri, 20 Oct 2006 10:35:07 +0000 (10:35 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Fri, 20 Oct 2006 10:35:07 +0000 (10:35 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15395 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/insetbase.h

index dfafeae233c986143e141f5eb489fad3331b8c3a..53decbb717adb2ce6129f6582743085ba43d2d15 100644 (file)
@@ -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; }