]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/Color.C
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / Color.C
index 8b688d47344e596a3c98e7164e3389af8d684fbf..fdb6ed963b7d84066bd8fc99e1970dd034695f8c 100644 (file)
@@ -32,6 +32,7 @@ using std::setw;
 
 using std::istringstream;
 using std::ostringstream;
+using std::string;
 
 
 namespace {
@@ -50,7 +51,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);