X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FTextClass.h;h=4fcc1e8ea604d5de6d70c5a503b2a2cfa90f0b28;hb=eea79637c78bb9916031924eca7b305cfb8e83df;hp=d8aa0f17ef4802dd980e77ea5312ffd779c5b0b3;hpb=1f07a7f929d34b0d64d839d5d7963ed60e04b5a3;p=features.git diff --git a/src/TextClass.h b/src/TextClass.h index d8aa0f17ef..4fcc1e8ea6 100644 --- a/src/TextClass.h +++ b/src/TextClass.h @@ -10,11 +10,13 @@ #ifndef LYXTEXTCLASS_H #define LYXTEXTCLASS_H -#include "Color.h" +#include "ColorCode.h" #include "Font.h" #include "LayoutEnums.h" #include "LayoutPtr.h" +#include "support/docstring.h" + #include #include @@ -43,7 +45,7 @@ public: std::string latexparam; Font font; Font labelfont; - Color::color bgcolor; + ColorCode bgcolor; std::string preamble; bool multipar; bool passthru;