]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.cpp
Store ASCII data in std::string
[lyx.git] / src / Buffer.cpp
index 3041ff493178ab55d8a9bd565f46525d9dae2cf1..1eaa6ac224b201a172bbe3f063f470252d4c52d7 100644 (file)
@@ -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;
                        }