]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/Color.C
Rename EnumLColor as LColor_color.
[features.git] / src / frontends / xforms / Color.C
index 8b688d47344e596a3c98e7164e3389af8d684fbf..03aed496ae4d8e1075bf3ca9259e27aa8d6d2169 100644 (file)
@@ -50,7 +50,7 @@ int hexstrToInt(string const & str)
 
 
 
-bool getRGBColor(EnumLColor col,
+bool getRGBColor(LColor_color col,
                 unsigned int & r, unsigned int & g, unsigned int & b)
 {
        string const name = lcolor.getX11Name(col);