Skip to content

Commit

Permalink
&raw
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Jan 2, 2025
1 parent 4d0aa6b commit 53270f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/device.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1725,7 +1725,7 @@ impl DeviceRef {
let data = dispatch_data_create(
library_data.as_ptr() as *const std::ffi::c_void,
library_data.len() as crate::c_size_t,
&mut _dispatch_main_q,
&raw mut _dispatch_main_q,
DISPATCH_DATA_DESTRUCTOR_DEFAULT,
);

Expand Down

0 comments on commit 53270f3

Please sign in to comment.