]> git.lyx.org Git - lyx.git/blobdiff - src/Importer.h
adjust
[lyx.git] / src / Importer.h
index c5790841ee59c5f419241e4bb96e43f5ed1ffae4..4483d7825fda5669c46e8e009059cf1a9333f02e 100644 (file)
@@ -22,14 +22,17 @@ namespace lyx {
 
 namespace support { class FileName; }
 
-class LyXView;
 class ErrorList;
 class Format;
 
+namespace frontend {
+class LyXView;
+}
+
 class Importer {
 public:
        ///
-       static bool Import(LyXView * lv, support::FileName const & filename,
+       static bool Import(frontend::LyXView * lv, support::FileName const & filename,
                    std::string const & format, ErrorList & errorList);
 
        ///