]> git.lyx.org Git - lyx.git/blobdiff - src/Language.h
Amend 207eaeee9071cb
[lyx.git] / src / Language.h
index ad8badffbc363ac05aaddd0eaf29b05b19da51d2..d8ef03a125fa325fcb2737d22367ddf35276283f 100644 (file)
 
 namespace lyx {
 
-namespace support { class FileName; }
+namespace support {
+class FileName;
+class Lexer;
+}
 
 class BufferParams;
 class Encoding;
-class Lexer;
 
 ///
 class Language {
@@ -99,9 +101,9 @@ public:
        /// This language corresponds to a translation of the GUI
        bool hasGuiSupport() const { return has_gui_support_; }
        ///
-       bool read(Lexer & lex);
+       bool read(support::Lexer & lex);
        ///
-       bool readLanguage(Lexer & lex);
+       bool readLanguage(support::Lexer & lex);
        ///
        typedef std::map<trivstring, trivdocstring> TranslationMap;
        ///