X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fimporter.h;h=634059d5f0bc717dbaad01c7fc198e8d1c93cdfa;hb=e5a46922e916a06ad1b958d5895cc3cfb4f13d2c;hp=8791434719be801193b88ef3f47626b0d1a955cb;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/importer.h b/src/importer.h index 8791434719..634059d5f0 100644 --- a/src/importer.h +++ b/src/importer.h @@ -20,6 +20,8 @@ namespace lyx { +namespace support { class FileName; } + class LyXView; class ErrorList; class Format; @@ -27,7 +29,7 @@ class Format; class Importer { public: /// - static bool Import(LyXView * lv, std::string const & filename, + static bool Import(LyXView * lv, support::FileName const & filename, std::string const & format, ErrorList & errorList); ///