]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
* do not lookup the same macro all the time
[lyx.git] / src / LyXRC.h
index 5e962a7fc11e4509b1b62c3d6e93ee45bf11f8c9..1602324850939bd58075127c05d5cba658ccadcc 100644 (file)
@@ -29,7 +29,7 @@ namespace lyx {
 
 namespace support { class FileName; }
 
-class LyXLex;
+class Lexer;
 
 /// This contains the runtime configuration of LyX
 class LyXRC //: public noncopyable 
@@ -155,7 +155,7 @@ public:
        int read(std::istream &);
 private:
        ///
-       int read(LyXLex &);
+       int read(Lexer &);
 public:
        ///
        void write(support::FileName const & filename,