X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetCommand.h;h=39b1cbbef36ae745633b307033de70cd3d192e85;hb=625e7609f0bb4087f0cd91ae3853beee6c6ba402;hp=1be72a8ec856db9c0e55c221dd2d9e1b6d1c1868;hpb=cea2d71e641e6a4023128a367d1cd5a593ed1706;p=lyx.git diff --git a/src/insets/InsetCommand.h b/src/insets/InsetCommand.h index 1be72a8ec8..39b1cbbef3 100644 --- a/src/insets/InsetCommand.h +++ b/src/insets/InsetCommand.h @@ -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: