]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetText.cpp
InsetTabular.cpp: fix #6585 also for wrapped floats - thanks Vincent
[lyx.git] / src / insets / InsetText.cpp
index 50d9ccb415232ed4ba556588d5550862c63e9536..9cccee55c538ba30298928a203eaeae32d4539ee 100644 (file)
@@ -397,7 +397,7 @@ int InsetText::latex(odocstream & os, OutputParams const & runparams) const
        }
        OutputParams rp = runparams;
        if (il.isPassThru())
-               rp.verbatim = true;
+               rp.pass_thru = true;
        if (il.isNeedProtect())
                rp.moving_arg = true;