Skip to content

Commit

Permalink
JAXB
Browse files Browse the repository at this point in the history
  • Loading branch information
GedMarc committed Jan 21, 2020
1 parent 8655ec3 commit cf0b599
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public ProSidebarHeaderUserStatus()
@SuppressWarnings("unchecked")
public J addStatus(IIcon<?> icon, String status, String colour)
{
var c = icon.getIconComponent();
ComponentHierarchyBase c = icon.getIconComponent();
if (colour != null)
{
c.addStyle("color", colour);
Expand Down

0 comments on commit cf0b599

Please sign in to comment.