]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Inset.cpp
Allow row-breaking after some insets
[lyx.git] / src / insets / Inset.cpp
index 77a14498269b5a16af8d3f28cfb3515e7b0dfb20..904ac81686c2708bf4f088a39291e86e0e0dcf71 100644 (file)
@@ -472,7 +472,7 @@ int Inset::docbook(odocstream &, OutputParams const &) const
 }
 
 
-docstring Inset::xhtml(XHTMLStream & xs, OutputParams const &) const
+docstring Inset::xhtml(XMLStream & xs, OutputParams const &) const
 {
        xs << "[[Inset: " << from_ascii(insetName(lyxCode())) << "]]";
        return docstring();