]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBranch.cpp
Allow row-breaking after some insets
[lyx.git] / src / insets / InsetBranch.cpp
index ad7cbc5cdc21fb6f83efc517a2be06a1842790b8..6d87af7fae15de858004f596e6af7dc75745a5f6 100644 (file)
@@ -333,7 +333,7 @@ int InsetBranch::docbook(odocstream & os,
 }
 
 
-docstring InsetBranch::xhtml(XHTMLStream & xs, OutputParams const & rp) const
+docstring InsetBranch::xhtml(XMLStream & xs, OutputParams const & rp) const
 {
        if (producesOutput()) {
                OutputParams newrp = rp;