]> git.lyx.org Git - lyx.git/blobdiff - src/importer.h
minimal effort implementation of:
[lyx.git] / src / importer.h
index 7d62799cabd20e6034281f3c9069b3bdd7d1f55c..b63358de30346277b8b5b1d19bf31a8c8cc50589 100644 (file)
@@ -19,6 +19,7 @@
 
 
 class LyXView;
+class ErrorList;
 class Format;
 
 class Importer {
@@ -26,7 +27,7 @@ public:
        ///
        static
        bool Import(LyXView * lv, std::string const & filename,
-                   std::string const & format);
+                   std::string const & format, ErrorList & errorList);
 
        ///
        static