]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNote.cpp
Restore XHTML output for InsetListings.
[lyx.git] / src / insets / InsetNote.cpp
index e03d1ad25cc841cc6896177a72582a728cd1a3c1..3d641a8a683b9ebf7d8f5699d10853734787fe61 100644 (file)
@@ -320,12 +320,12 @@ int InsetNote::docbook(odocstream & os, OutputParams const & runparams_in) const
 }
 
 
-docstring InsetNote::xhtml(odocstream & os, OutputParams const & rp) const
+docstring InsetNote::xhtml(XHTMLStream & xs, OutputParams const & rp) const
 {
        if (params_.type == InsetNoteParams::Note)
                return docstring();
 
-       return InsetCollapsable::xhtml(os, rp);
+       return InsetCollapsable::xhtml(xs, rp);
 }