]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetQuotes.h
Fix text frame drawing.
[lyx.git] / src / insets / InsetQuotes.h
index 6145999a6d0cefbc7ca1fc149c15d38f25876ad8..82f194d12d8e15106a8594b965b6fc7f198089ce 100644 (file)
@@ -74,7 +74,7 @@ public:
        /// Direct access to inner/outer quotation marks
        InsetQuotes(char_type c, quote_language l, quote_times t);
        ///
-       docstring insetName() const { return from_ascii("Quotes"); }
+       docstring name() const { return from_ascii("Quotes"); }
        ///
        bool metrics(MetricsInfo &, Dimension &) const;
        ///
@@ -105,7 +105,7 @@ public:
        bool isChar() const { return true; }
 
 private:
-       virtual std::auto_ptr<Inset> doClone() const;
+       virtual Inset * clone() const;
 
        ///
        quote_language language_;