led widget: disambiguate namespace for Color type
This commit is contained in:
parent
9178758f54
commit
5dbcd76cb1
@ -54,7 +54,7 @@ LED::render (Cairo::RefPtr<Cairo::Context> const& ctx, cairo_rectangle_t*)
|
||||
|
||||
Widget* parent;
|
||||
RefPtr<Style> style;
|
||||
Color c;
|
||||
Gdk::Color c;
|
||||
|
||||
parent = get_parent ();
|
||||
|
||||
@ -145,7 +145,7 @@ void
|
||||
LED::set_colors_from_style ()
|
||||
{
|
||||
RefPtr<Style> style = get_style();
|
||||
Color c;
|
||||
Gdk::Color c;
|
||||
|
||||
switch (_visual_state) {
|
||||
case VisualState(0):
|
||||
|
Loading…
Reference in New Issue
Block a user