X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetSpace.h;h=a4fd6151f90a458c9a8429573e6d0cdc735f03a1;hb=239b9919ffe28338d789e6dc9122228f77ab77a7;hp=03ca7aebabe6bee5bc03a516cc2e16109cf785e1;hpb=bb344452c8eafaba4f0e7a51f8e4d99176570d9b;p=lyx.git diff --git a/src/insets/InsetSpace.h b/src/insets/InsetSpace.h index 03ca7aebab..a4fd6151f9 100644 --- a/src/insets/InsetSpace.h +++ b/src/insets/InsetSpace.h @@ -139,7 +139,7 @@ public: /// bool hasSettings() const { return true; } /// - bool clickable(int, int) const { return true; } + bool clickable(BufferView const &, int, int) const { return true; } /// InsetCode lyxCode() const { return SPACE_CODE; } /// does this inset try to use all available space (like \\hfill does)?