Skip to content

Commit 34cca97

Browse files
committed
Change constructor to type as well
1 parent e48da4e commit 34cca97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/abstractsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ struct GUIMetadata
55
layout::Any
66
end
77

8-
GUIMetadata(icon_name) = GUIMetadata(icon_name, nothing)
8+
GUIMetadata(type) = GUIMetadata(type, nothing)
99

1010
"""
1111
```julia

0 commit comments

Comments
 (0)