X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FExporter.h;h=4d08de95d9e310eaf70d0b4721fa8bee9638fd7c;hb=7c63b4f2603f2bccb00a9266fed08a14dcc0fb9c;hp=28ecb630724c68e1f135d56c34e80b18de17ecb4;hpb=f1cba8ff64b369792fd49f5ddf90e8126ab476ac;p=lyx.git diff --git a/src/Exporter.h b/src/Exporter.h index 28ecb63072..4d08de95d9 100644 --- a/src/Exporter.h +++ b/src/Exporter.h @@ -81,13 +81,13 @@ public: support::FileName const & sourceName); /// get referenced files for \p format std::vector const - externalFiles(std::string const & format) const; + externalFiles(std::string const & format) const; private: typedef std::map > FileMap; /** Files that are referenced by the export result in the * different formats. */ - FileMap externalfiles; + FileMap externalfiles_; };