]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
remove obsolete references to saveSelection
[lyx.git] / src / LyXRC.h
index 5e962a7fc11e4509b1b62c3d6e93ee45bf11f8c9..13a348162543fca6f25081155a837d649c8f6861 100644 (file)
@@ -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,