]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetText.h
pimpl not needed here
[lyx.git] / src / insets / InsetText.h
index 0c70080fcebc1d06ae4d91eda47911bb9ecfc550..0f32ef062d491912b41e68ff7e1f58b51a50d059 100644 (file)
@@ -13,7 +13,8 @@
 #define INSETTEXT_H
 
 #include "Inset.h"
-#include "Font.h"
+
+#include "ColorCode.h"
 #include "Text.h"
 
 #include "support/types.h"
@@ -148,10 +149,8 @@ private:
 
        ///
        bool drawFrame_;
-       /** We store the ColorCode value as an int to get Color.h out
-        *  of the header file.
-        */
-       int frame_color_;
+       ///
+       ColorCode frame_color_;
        ///
        mutable pit_type old_pit;