]> git.lyx.org Git - features.git/blobdiff - src/insets/insettoc.h
Inset patch from Angus.
[features.git] / src / insets / insettoc.h
index 9acd77bde8d5d0424f9ea8ed24a43f16c2769082..3c7d8bed37587ed116c22583710f8f3ca9a921b1 100644 (file)
@@ -25,7 +25,7 @@ public:
        ///
        InsetTOC(InsetCommandParams const & p) : InsetCommand(p) {}
        ///
-        Inset * Clone() const { return new InsetTOC(params()); }
+        Inset * Clone(Buffer const &) const { return new InsetTOC(params()); }
        ///
        string const getScreenLabel() const;
        ///