]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTOC.h
* src/paragraph_funcs.cpp (breakParagraph): change parameter 'flag' to
[lyx.git] / src / insets / InsetTOC.h
index c4a6f8d99ff58311d44492edfd20b841b9ed78b7..b020f0b9abd0fc098b0a85012376adde78ad0668 100644 (file)
@@ -38,7 +38,7 @@ public:
        int docbook(Buffer const &, odocstream &,
                    OutputParams const &) const;
 private:
-       virtual std::auto_ptr<Inset> doClone() const;
+       virtual Inset * clone() const;
 };