]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpace.h
Fix text frame drawing.
[lyx.git] / src / insets / InsetSpace.h
index e285117b11143faa188d35a6be6afc614a7ba132..8f17dc61663f38d57616ade106afb92e65bff741 100644 (file)
@@ -88,7 +88,7 @@ public:
        // a line separator)?
        bool isSpace() const;
 private:
-       virtual std::auto_ptr<Inset> doClone() const;
+       virtual Inset * clone() const;
 
        /// And which kind is this?
        Kind kind_;