]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettoc.h
Clean up InsetGraphics::Cache and rename as GraphicsInset.
[lyx.git] / src / insets / insettoc.h
index 22edad4b776fbe4ebef398c521e426a0ed4792ee..bb3b5ca00312a66069270ec69679279b6e371806 100644 (file)
 class InsetTOC : public InsetCommand {
 public:
        ///
-       InsetTOC(InsetCommandParams const &, bool same_id = false);
+       InsetTOC(InsetCommandParams const &);
        ///
        ~InsetTOC();
        ///
-       virtual Inset * clone(Buffer const &, bool same_id = false) const {
-               return new InsetTOC(params(), same_id);
+       virtual Inset * clone() const {
+               return new InsetTOC(params());
        }
        ///
        dispatch_result localDispatch(FuncRequest const & cmd);