]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetIPA.cpp
Properly fix handling of title layouts within insets (#11787)
[lyx.git] / src / insets / InsetIPA.cpp
index ac2b7d8422a11fe540784956c3edfaefc662935f..e11f0cc1f5186924178c21fe43eeef95ec580bc4 100644 (file)
@@ -233,7 +233,7 @@ void InsetIPA::latex(otexstream & os, OutputParams const & runparams_in) const
 }
 
 
-docstring InsetIPA::xhtml(XHTMLStream & xs, OutputParams const & runparams_in) const
+docstring InsetIPA::xhtml(XMLStream & xs, OutputParams const & runparams_in) const
 {
        OutputParams runparams(runparams_in);
        runparams.inIPA = true;