]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathColor.h
* src/mathed/InsetMathHull.cpp:
[lyx.git] / src / mathed / InsetMathColor.h
index 7bda1581f03ab2b88e7c5a3b1ad44d216fdfafa3..f8a2bdffbe719234ef8da90e5e92f9b66f8fa581 100644 (file)
 #ifndef MATH_COLORINSET_H
 #define MATH_COLORINSET_H
 
-#include "Color.h"
-
 #include "InsetMathNest.h"
 
+#include "support/docstream.h"
 
 namespace lyx {
 
@@ -25,7 +24,7 @@ class InsetMathColor : public InsetMathNest {
 public:
        /// Create a color inset from LyX color number
        explicit InsetMathColor(bool oldstyle,
-               Color_color const & color = Color::none);
+               ColorCode color = Color_none);
        /// Create a color inset from LaTeX color name
        explicit InsetMathColor(bool oldstyle, docstring const & color);
        ///