X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput_plaintext.cpp;h=09d7a3847cbeedf87230b3c00b8b6d6a6491bb65;hb=a01cb111a07717a337c18860216359cdbe22af3c;hp=f28a046ab5b42ff804630e2887d37a7fa9fcb3ef;hpb=258cca4b3be2353a5c4f9a677e7f03246411e3d1;p=features.git diff --git a/src/output_plaintext.cpp b/src/output_plaintext.cpp index f28a046ab5..09d7a3847c 100644 --- a/src/output_plaintext.cpp +++ b/src/output_plaintext.cpp @@ -77,7 +77,7 @@ void writePlaintextParagraph(Buffer const & buf, depth_type depth = par.params().depth(); // First write the layout - string const tmp = to_utf8(par.layout()->name()); + string const tmp = to_utf8(par.layout().name()); if (compare_ascii_no_case(tmp, "itemize") == 0) { ltype = 1; ltype_depth = depth + 1;