]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloatList.h
Do not output deleted rows columns if show changes in output is false
[lyx.git] / src / insets / InsetFloatList.h
index 58a7e232f6a77a53aabe606e518dffedf4aba81d..7d1df4765aa015fa1a4dda8d02aef84744078016 100644 (file)
@@ -23,7 +23,7 @@ namespace lyx {
 class InsetFloatList : public InsetCommand {
 public:
        ///
-       InsetFloatList(Buffer *);
+       explicit InsetFloatList(Buffer *);
        ///
        InsetFloatList(Buffer *, std::string const & type);
 
@@ -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_;
 };