]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetOptArg.h
Fix text frame drawing.
[lyx.git] / src / insets / InsetOptArg.h
index 2a289120d54aab6c40e343e859688922206f69d8..0e8452f16c2d62271f23a54213e1ac8c58ff813e 100644 (file)
@@ -53,7 +53,7 @@ public:
 protected:
        InsetOptArg(InsetOptArg const &);
 private:
-       virtual std::auto_ptr<Inset> doClone() const;
+       virtual Inset * clone() const;
 };