]> git.lyx.org Git - features.git/blobdiff - src/insets/inset.C
Rename EnumLColor as LColor_color.
[features.git] / src / insets / inset.C
index eaa9ac769e1bdc87e24f97ffcbb2061fd4c3e2d3..8b8aa3def7d836e8a1b38d25ede0b172a53516b0 100644 (file)
@@ -85,13 +85,13 @@ LyXText * InsetOld::getLyXText(BufferView const * bv, bool /*recursive*/) const
 }
 
 
-void InsetOld::setBackgroundColor(EnumLColor color)
+void InsetOld::setBackgroundColor(LColor_color color)
 {
        background_color_ = color;
 }
 
 
-EnumLColor InsetOld::backgroundColor() const
+LColor_color InsetOld::backgroundColor() const
 {
        if (background_color_ == LColor::inherit) {
                if (owner())