]> git.lyx.org Git - lyx.git/blobdiff - src/Font.cpp
Add outline-in/out/up/down to the outline context menu.
[lyx.git] / src / Font.cpp
index 5b1332eddf91f83cc084f5cf488860f2bea361ea..234314e05b7a00297b05a8116231d899fe08caf2 100644 (file)
@@ -17,7 +17,7 @@
 #include "Font.h"
 
 #include "BufferParams.h" // stateText
-#include "Color.h"
+#include "ColorSet.h"
 #include "Encoding.h"
 #include "Language.h"
 #include "LaTeXFeatures.h"
@@ -108,7 +108,7 @@ char const * LaTeXSizeNames[14] =
 
 
 Font::Font(FontInfo bits, Language const * l)
-       : bits_(bits), lang_(l), open_encoding_(false)
+       : bits_(bits), lang_(l), misspelled_(false), open_encoding_(false)
 {
        if (!lang_)
                lang_ = default_language;