]> 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 f38643bb9ae2eecf59bc58a43e77e88d0bd8e08b..b020f0b9abd0fc098b0a85012376adde78ad0668 100644 (file)
@@ -33,12 +33,12 @@ public:
        DisplayType display() const { return AlignCenter; }
        ///
        int plaintext(Buffer const &, odocstream &,
-                     OutputParams const &) const;
+                     OutputParams const &) const;
        ///
        int docbook(Buffer const &, odocstream &,
-                   OutputParams const &) const;
+                   OutputParams const &) const;
 private:
-       virtual std::auto_ptr<Inset> doClone() const;
+       virtual Inset * clone() const;
 };