]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFoot.h
Fix text frame drawing.
[lyx.git] / src / insets / InsetFoot.h
index 1c7b74810101c0d3dcaab8c6c08448b31d69b946..0544246ad3a906afbfa023e3ac896e59fee0726b 100644 (file)
@@ -46,7 +46,7 @@ public:
 protected:
        InsetFoot(InsetFoot const &);
 private:
-       virtual std::auto_ptr<Inset> doClone() const;
+       virtual Inset * clone() const;
 };