]> git.lyx.org Git - features.git/blobdiff - src/insets/inset.h
The EnumLColor patch, free of macros.
[features.git] / src / insets / inset.h
index 9d38ab9d046845b1c52297f85903aaf192b08d83..987a00aa210a16b1c3e58765a2247ba8bbdfa5e5 100644 (file)
@@ -21,6 +21,7 @@
 #include "ParagraphList_fwd.h"
 
 class Buffer;
+class EnumLColor;
 class FuncRequest;
 class LatexRunParams;
 class LyXCursor;
@@ -204,9 +205,9 @@ public:
        ///
        UpdatableInset * owner() const { return owner_; }
        ///
-       void setBackgroundColor(LColor::color);
+       void setBackgroundColor(EnumLColor);
        ///
-       LColor::color backgroundColor() const;
+       EnumLColor backgroundColor() const;
        ///
        int x() const { return top_x; }
        ///