]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcaption.h
Enable convertDefault.sh to run even if its executable bit is not set.
[lyx.git] / src / insets / insetcaption.h
index c62e20ec5b8192d507ff312960521e4c15e71a69..eecdf464ff7ae75a993b6319b37e7a39c31c1f37 100644 (file)
@@ -22,9 +22,9 @@ public:
        ///
        InsetCaption(BufferParams const &);
        ///
-       void write(Buffer const * buf, std::ostream & os) const;
+       void write(Buffer const & buf, std::ostream & os) const;
        ///
-       void read(Buffer const * buf, LyXLex & lex);
+       void read(Buffer const & buf, LyXLex & lex);
        ///
        virtual bool display() const;
        ///
@@ -34,12 +34,12 @@ public:
        ///
        virtual void draw(PainterInfo & pi, int x, int y) const;
        ///
-       virtual int latex(Buffer const * buf, std::ostream & os,
+       virtual int latex(Buffer const & buf, std::ostream & os,
                          LatexRunParams const &) const;
        ///
-       int ascii(Buffer const * buf, std::ostream & os, int linelen) const;
+       int ascii(Buffer const & buf, std::ostream & os, int linelen) const;
        ///
-       int docbook(Buffer const * buf, std::ostream & os, bool mixcont) const;
+       int docbook(Buffer const & buf, std::ostream & os, bool mixcont) const;
 };