]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCommand.h
Cleanup bv-dependent variables in InsetCollapsable
[lyx.git] / src / insets / InsetCommand.h
index 1be72a8ec856db9c0e55c221dd2d9e1b6d1c1868..39b1cbbef36ae745633b307033de70cd3d192e85 100644 (file)
@@ -87,7 +87,7 @@ public:
        ///
        bool setMouseHover(BufferView const * bv, bool mouse_hover) const;
        ///
-       bool clickable(int, int) const { return hasSettings(); }
+       bool clickable(BufferView const &, int, int) const { return hasSettings(); }
        //@}
 
 protected: