mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 15:04:33 -05:00
yes
This commit is contained in:
parent
20f5884b50
commit
1b7422f6cb
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ mod channel {
|
|||
|
||||
#[repr(C)]
|
||||
pub struct Channel {
|
||||
_cxx_vtable: *const [usize; 0],
|
||||
_cxx_vtable: *const util::Opaque,
|
||||
}
|
||||
|
||||
impl Channel {
|
||||
|
|
Loading…
Reference in a new issue