X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBuffer.cpp;h=1eaa6ac224b201a172bbe3f063f470252d4c52d7;hb=0a93c9b70f861b12e27239167d9ba59ddd6ece1e;hp=3041ff493178ab55d8a9bd565f46525d9dae2cf1;hpb=e066dd6bd97d620c14984c58dcdd6aff2a10cbda;p=lyx.git diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 3041ff4931..1eaa6ac224 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -3988,7 +3988,7 @@ Buffer::ExportStatus Buffer::doExport(string const & target, bool put_in_tempdir Graph::EdgePath::const_iterator it = path.begin(); Graph::EdgePath::const_iterator en = path.end(); for (; it != en; ++it) - if (theConverters().get(*it).nice) { + if (theConverters().get(*it).nice()) { need_nice_file = true; break; }