]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
Amend 6c3447c8: FindAdv: sometimes a space is added on some math symbols
[lyx.git] / src / LyXRC.h
index d091e68ffa392f1c8920edc5fd86f28c59e2ac42..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;
@@ -475,7 +476,7 @@ public:
        /// icon set name
        std::string icon_set;
        /// ui style name
-       std::string ui_style;
+       std::string ui_style = "default";
        /// whether to use the icons from the theme
        bool use_system_theme_icons = false;
        /// True if the TeX engine cannot handle posix paths