]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetWrap.cpp
revert r37459 and add a note to the sources:
[lyx.git] / src / insets / InsetWrap.cpp
index a3eca3c5a2f57f7fb1f19cbcde5beeb772ab4f36..f245d00e46c758401ff54fcd12661e557f117374 100644 (file)
@@ -182,7 +182,7 @@ void InsetWrap::validate(LaTeXFeatures & features) const
 }
 
 
-int InsetWrap::latex(odocstream & os, OutputParams const & runparams_in) const
+int InsetWrap::latex(otexstream & os, OutputParams const & runparams_in) const
 {
        OutputParams runparams(runparams_in);
        runparams.inFloat = OutputParams::MAINFLOAT;