diff --git a/eeschema/class_libentry.h b/eeschema/class_libentry.h index 7757cd5c83..485d6e9e62 100644 --- a/eeschema/class_libentry.h +++ b/eeschema/class_libentry.h @@ -191,7 +191,7 @@ struct PART_DRAW_OPTIONS { PART_DRAW_OPTIONS def; def.draw_mode = GR_DEFAULT_DRAWMODE; - def.color = UNSPECIFIED_COLOR; + def.color = COLOR4D::UNSPECIFIED; def.transform = DefaultTransform; def.show_pin_text = true; def.draw_visible_fields = true;