]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrc.h
Updates from Bennett and myself.
[lyx.git] / src / lyxrc.h
index 8282c21a4e50242fda9a9e5943aee1c5a4d84229..a7c17d8887a954396ce2da43779fec6a2f3141b6 100644 (file)
@@ -27,6 +27,8 @@
 
 namespace lyx {
 
+namespace support { class FileName; }
+
 class LyXLex;
 
 /// This contains the runtime configuration of LyX
@@ -152,7 +154,7 @@ public:
        ///
        void setDefaults();
        ///
-       int read(std::string const & filename);
+       int read(support::FileName const & filename);
        ///
        int read(std::istream &);
 private: