]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettheorem.h
Enable convertDefault.sh to run even if its executable bit is not set.
[lyx.git] / src / insets / insettheorem.h
index f4d2d3ed731a776d8d5c109114d35cc85cad4b33..465479ba0b5d970b5236d26db124e8ff9c7537ba 100644 (file)
@@ -23,7 +23,7 @@ public:
        ///
        InsetTheorem();
        ///
-       void write(Buffer const * buf, std::ostream & os) const;
+       void write(Buffer const & buf, std::ostream & os) const;
        ///
        virtual InsetBase * clone() const;
        ///
@@ -33,7 +33,7 @@ public:
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
-       int latex(Buffer const *, std::ostream &,
+       int latex(Buffer const &, std::ostream &,
                  LatexRunParams const &) const;
        ///
        string const editMessage() const;