X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxrc.h;h=25d88edf98d743047e17bbcbe2717da2dbe20cae;hb=b02d655347adec5e866e5014f4656b47e09cd269;hp=8282c21a4e50242fda9a9e5943aee1c5a4d84229;hpb=5ed606f9c5ae2ee31cd665e7d4408f858b6ef9f2;p=lyx.git diff --git a/src/lyxrc.h b/src/lyxrc.h index 8282c21a4e..25d88edf98 100644 --- a/src/lyxrc.h +++ b/src/lyxrc.h @@ -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: @@ -160,7 +162,7 @@ private: int read(LyXLex &); public: /// - void write(std::string const & filename, + void write(support::FileName const & filename, bool ignore_system_lyxrc) const; /// void write(std::ostream & os,