]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpecialChar.h
Fix text frame drawing.
[lyx.git] / src / insets / InsetSpecialChar.h
index d54e993d10fa30cb35fb57180808f29c04b6ecb6..bd93bce1c3c41e0def76aa41d55c64e1f44e88fa 100644 (file)
@@ -81,7 +81,7 @@ public:
        // should we break lines after this inset?
        bool isLineSeparator() const;
 private:
-       virtual std::auto_ptr<Inset> doClone() const;
+       virtual Inset * clone() const;
 
        /// And which kind is this?
        Kind kind_;