Skip to content

Commit 20c6bb7

Browse files
committed
Merge remote-tracking branch 'mitch/control-send'
2 parents 62887e8 + 0f05f6c commit 20c6bb7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ui/src/controls.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ macro_rules! define_control {
2424
$ui_field: *mut $ui_type,
2525
}
2626

27+
unsafe impl ::std::marker::Send for $rust_type {
28+
29+
}
30+
2731
impl ::std::ops::Deref for $rust_type {
2832
type Target = ::controls::Control;
2933

0 commit comments

Comments
 (0)