]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathRef.h
Revert "XHTML: remove DOCTYPE, as the document is then understood as HTML4/XHTML1...
[lyx.git] / src / mathed / InsetMathRef.h
index 204e9c474698da52a9fc533bc065d2ef2a9e740c..1f5e0b8bb8327d8aee6388d3470635918faf5cb7 100644 (file)
@@ -27,7 +27,7 @@ public:
        ///
        explicit InsetMathRef(Buffer * buf, docstring const & data);
        ///
-       void updateBuffer(ParIterator const &, UpdateType);
+       void updateBuffer(ParIterator const &, UpdateType, bool const deleted = false);
        ///
        //void write(WriteStream & os) const;
        ///
@@ -48,7 +48,7 @@ public:
        virtual InsetMathRef * asRefInset() { return this; }
 
        /// docbook output
-       int docbook(odocstream & os, OutputParams const &) const;
+       void docbook(XMLStream &, OutputParams const &) const;
        /// generate something that will be understood by the Dialogs.
        std::string const createDialogStr() const;