0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-11-21 15:04:33 -05:00
This commit is contained in:
Bert Belder 2019-10-08 02:51:48 +02:00
parent 20f5884b50
commit 1b7422f6cb
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

@ -20,7 +20,7 @@ mod channel {
#[repr(C)]
pub struct Channel {
_cxx_vtable: *const [usize; 0],
_cxx_vtable: *const util::Opaque,
}
impl Channel {