Skip to content

Commit b9179e7

Browse files
committed
Update FontIconSetDefinition.cs
1 parent 4b61ed8 commit b9179e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org.mixedrealitytoolkit.uxcore/FontIcons/FontIconSetDefinition.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ public class FontIconSetDefinition : ScriptableObject
1212
[SerializeField]
1313
private string[] iconNames;
1414

15-
public string[] IconNames => iconNames;
15+
public IReadOnlyList<string> IconNames => iconNames;
1616
}
1717
}

0 commit comments

Comments
 (0)