]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloatList.h
de.po
[lyx.git] / src / insets / InsetFloatList.h
index 58a7e232f6a77a53aabe606e518dffedf4aba81d..3d6a7a356905d0f7530fc5bd2c5e60bfae198924 100644 (file)
@@ -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;
        //@}
@@ -78,9 +78,6 @@ private:
        ///
        docstring screenLabel() const;
        //@}
-
-       ///
-       static ParamInfo param_info_;
 };