]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetQuotes.h
Fix text frame drawing.
[lyx.git] / src / insets / InsetQuotes.h
index 9d6dbc9731db5c8ce134fb6346f40e339373dc6d..82f194d12d8e15106a8594b965b6fc7f198089ce 100644 (file)
@@ -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_;