Skip to content

Commit

Permalink
add setter
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Nov 14, 2023
1 parent d14fcd6 commit 048997d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haxe/ui/RuntimeComponentBuilder.hx
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,6 @@ class RuntimeComponentBuilder {

#if !macro
interface IComponentDelegate {
public var component(get, null):haxe.ui.core.Component;
public var component(get, set):haxe.ui.core.Component;
}
#end

0 comments on commit 048997d

Please sign in to comment.