X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetFloatList.h;h=32a0dd5c81fdefb72660d276bc1e20cf4f6ac912;hb=ed7d3a33abad4e1b5141b2ec626b542d1603782c;hp=58a7e232f6a77a53aabe606e518dffedf4aba81d;hpb=df1af5df47987c5ec84bd29e97dcbaa38aa93a27;p=lyx.git diff --git a/src/insets/InsetFloatList.h b/src/insets/InsetFloatList.h index 58a7e232f6..32a0dd5c81 100644 --- a/src/insets/InsetFloatList.h +++ b/src/insets/InsetFloatList.h @@ -49,7 +49,7 @@ public: /// void doDispatch(Cursor & cur, FuncRequest & cmd); /// - bool clickable(int, int) const { return true; } + bool clickable(BufferView const &, int, int) const { return true; } /// void validate(LaTeXFeatures & features) const; //@}