X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXRC.h;h=13a348162543fca6f25081155a837d649c8f6861;hb=ae9dad17702242b63ca6043002a6e500734e9296;hp=5e962a7fc11e4509b1b62c3d6e93ee45bf11f8c9;hpb=f630be890494c849981e4fb52ea4740506e92bed;p=lyx.git diff --git a/src/LyXRC.h b/src/LyXRC.h index 5e962a7fc1..13a3481625 100644 --- a/src/LyXRC.h +++ b/src/LyXRC.h @@ -29,10 +29,10 @@ namespace lyx { namespace support { class FileName; } -class LyXLex; +class Lexer; /// This contains the runtime configuration of LyX -class LyXRC //: public noncopyable +class LyXRC //: public noncopyable // after 1.1.6 I will use a LyXRCStruct here and then this can be made // noncopyable again. For now I want to minimise changes. ARRae 20001010 { @@ -155,7 +155,7 @@ public: int read(std::istream &); private: /// - int read(LyXLex &); + int read(Lexer &); public: /// void write(support::FileName const & filename,