]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpace.h
Fix text frame drawing.
[lyx.git] / src / insets / InsetSpace.h
index 040316fc6dde4a2291e7e785c894024b1596a770..8f17dc61663f38d57616ade106afb92e65bff741 100644 (file)
@@ -65,13 +65,13 @@ public:
        void read(Buffer const &, Lexer & lex);
        ///
        int latex(Buffer const &, odocstream &,
-                 OutputParams const &) const;
+                 OutputParams const &) const;
        ///
        int plaintext(Buffer const &, odocstream &,
-                     OutputParams const &) const;
+                     OutputParams const &) const;
        ///
        int docbook(Buffer const &, odocstream &,
-                   OutputParams const &) const;
+                   OutputParams const &) const;
        /// the string that is passed to the TOC
        virtual int textString(Buffer const &, odocstream &,
                OutputParams const &) const;
@@ -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_;