]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloatList.h
Another (IMHO false) fall-through warning silenced
[lyx.git] / src / insets / InsetFloatList.h
index 46b294a0ab68b134ba5e0da7de0235a0179cfe37..32a0dd5c81fdefb72660d276bc1e20cf4f6ac912 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;
        //@}
@@ -69,6 +69,8 @@ private:
        //@{
        ///
        Inset * clone() const { return new InsetFloatList(*this); }
+       ///
+       docstring layoutName() const;
        //@}
 
        /// \name Private functions inherited from InsetCommand class