]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpace.h
InsetTabular.cpp: fix #6585 also for wrapped floats - thanks Vincent
[lyx.git] / src / insets / InsetSpace.h
index 4519d90e563ee284d6f2356ee650c028e4032e26..5ecaea0a2bae60ebf55649b95047030f39542bca 100644 (file)
@@ -148,7 +148,7 @@ public:
        ///
        docstring contextMenu(BufferView const & bv, int x, int y) const;
        ///
-       bool clickable(int x, int y) const { return true; }
+       bool clickable(int /* x */, int /* y */) const { return true; }
 protected:
        ///
        Inset * clone() const { return new InsetSpace(*this); }