]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
Move Lexer to support/ directory (and lyx::support namespace)
[lyx.git] / src / LyXRC.h
index 039cf5658ce6a0a700b5d5b51ff96d8abcbe0730..c437021c068f9d40e6180d83f8ed69d54932d97e 100644 (file)
 
 namespace lyx {
 
-namespace support { class FileName; }
-
+namespace support {
+class FileName;
 class Lexer;
+}
 
 /// This contains the runtime configuration of LyX
 class LyXRC
@@ -212,7 +213,7 @@ private:
                FormatMismatch
        };
        ///
-       ReturnValues read(Lexer &, bool check_format);
+       ReturnValues read(support::Lexer &, bool check_format);
 public:
        ///
        typedef std::set<std::string> CommandSet;