]> git.lyx.org Git - lyx.git/blobdiff - src/importer.h
* GuiView.C (updateTab): do not update early if current tab has
[lyx.git] / src / importer.h
index 8791434719be801193b88ef3f47626b0d1a955cb..634059d5f0bc717dbaad01c7fc198e8d1c93cdfa 100644 (file)
@@ -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);
 
        ///