Skip to content

Commit f0c1788

Browse files
authored
Haxe 5 compat.
1 parent e0ed605 commit f0c1788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/coconut/diffing/internal/VNativeInst.hx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ class VNativeInst<Native:{}> implements VNode<Native> implements RNode<Native> {
2626
public function update(next:VNode<Native>, cursor:Cursor<Native>, _):Void
2727
inline justInsert(cursor, _);
2828

29-
public function destroy(_):Int
29+
public function destroy(applicator:Applicator<Native>):Int
3030
return 1;
3131

3232
public function forEach(f)
3333
f(native);
34-
}
34+
}

0 commit comments

Comments
 (0)