]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfloatlist.h
Clean up InsetGraphics::Cache and rename as GraphicsInset.
[lyx.git] / src / insets / insetfloatlist.h
index be3253090a34a89ecfa1dc14281b6f8faf6144ec..ab0177cc43c274867563e4a533e7105ce03df500 100644 (file)
@@ -26,7 +26,7 @@ public:
        ///
        ~InsetFloatList();
        ///
-       Inset * clone(Buffer const &, bool = false) const {
+       Inset * clone() const {
                return new InsetFloatList(getCmdName());
        }
        ///
@@ -44,8 +44,8 @@ public:
        ///
        void read(Buffer const *, LyXLex &);
        ///
-       int latex(Buffer const *, std::ostream &, LatexRunParams const &,
-                 bool) const;
+       int latex(Buffer const *, std::ostream &,
+                 LatexRunParams const &) const;
        ///
        int linuxdoc(Buffer const *, std::ostream &) const { return 0; }
        ///