]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetListings.h
Restore XHTML output for InsetListings.
[lyx.git] / src / insets / InsetListings.h
index 8883b98343b3738d1a514a8acc3475c0b064f756..fc2ba3bd5ad564461236726684f24300604a2d88 100644 (file)
@@ -49,7 +49,7 @@ private:
        ///
        docstring name() const { return from_ascii("Listings"); }
        // Update the counters of this inset and of its contents
-       void updateLabels(ParIterator const &);
+       void updateLabels(ParIterator const &, bool);
        ///
        void write(std::ostream & os) const;
        ///
@@ -57,7 +57,7 @@ private:
        ///
        int latex(odocstream &, OutputParams const &) const;
        ///
-       docstring xhtml(odocstream &, OutputParams const &) const;
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
        void validate(LaTeXFeatures &) const;
        ///