]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCaption.h
Fix text frame drawing.
[lyx.git] / src / insets / InsetCaption.h
index 6a9d57e9b513715d280212046a538681fe4f4c94..23d0102a6add7c2aeb2d3c1e8072cea423cc9e2c 100644 (file)
@@ -61,8 +61,6 @@ public:
        // Update the counters of this inset and of its contents
        virtual void updateLabels(Buffer const &, ParIterator const &);
        ///
-       virtual bool wide() const { return false; }
-       ///
        int latex(Buffer const & buf, odocstream & os,
                  OutputParams const &) const;
        ///
@@ -90,7 +88,7 @@ public:
 
 private:
        ///
-       virtual std::auto_ptr<Inset> doClone() const;
+       virtual Inset * clone() const;
        ///
        mutable docstring full_label_;
        ///