]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetExternal.h
InsetTabular.cpp: fix #6585 also for wrapped floats - thanks Vincent
[lyx.git] / src / insets / InsetExternal.h
index 26890c217b606fdec5c65fda7e616a3e4c822348..19baa141c44fa90a18601eeb68b9da33248ea5b1 100644 (file)
@@ -116,7 +116,7 @@ public:
        ///
        bool setMouseHover(BufferView const * bv, bool mouse_hover);
        ///
-       bool clickable(int x, int y) const { return true; }
+       bool clickable(int, int) const { return true; }
 private:
        ///
        InsetExternal(InsetExternal const &);