X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetIPA.cpp;h=1c20866b0d700e558acc372576502253fb470315;hb=860accd01fb8115ec7c6ad80b054f1046e19c62f;hp=84caac2d3a5da1f6c1b2d999724939e7ef9f61f5;hpb=4ddad2f6cdefcfdd873ae3d4cea8b272495f9aba;p=lyx.git diff --git a/src/insets/InsetIPA.cpp b/src/insets/InsetIPA.cpp index 84caac2d3a..1c20866b0d 100644 --- a/src/insets/InsetIPA.cpp +++ b/src/insets/InsetIPA.cpp @@ -122,7 +122,7 @@ void InsetIPA::addPreview(DocIterator const & inset_pos, void InsetIPA::preparePreview(DocIterator const & pos) const { odocstringstream str; - otexstream os(str, false); + otexstream os(str); OutputParams runparams(&pos.buffer()->params().encoding()); latex(os, runparams); docstring const snippet = str.str();