]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetspace.h
Enable convertDefault.sh to run even if its executable bit is not set.
[lyx.git] / src / insets / insetspace.h
index 67c92943467415e1369cc97d6e4ce611240d212d..e8c0fc829e1ce66ea7e6c398a02faa3e02382700 100644 (file)
@@ -58,18 +58,18 @@ public:
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
-       void write(Buffer const *, std::ostream &) const;
+       void write(Buffer const &, std::ostream &) const;
        /// Will not be used when lyxf3
-       void read(Buffer const *, LyXLex & lex);
+       void read(Buffer const &, LyXLex & lex);
        ///
-       int latex(Buffer const *, std::ostream &,
+       int latex(Buffer const &, std::ostream &,
                  LatexRunParams const &) const;
        ///
-       int ascii(Buffer const *, std::ostream &, int linelen) const;
+       int ascii(Buffer const &, std::ostream &, int linelen) const;
        ///
-       int linuxdoc(Buffer const *, std::ostream &) const;
+       int linuxdoc(Buffer const &, std::ostream &) const;
        ///
-       int docbook(Buffer const *, std::ostream &, bool mixcont) const;
+       int docbook(Buffer const &, std::ostream &, bool mixcont) const;
        ///
        virtual std::auto_ptr<InsetBase> clone() const;
        ///