Skip to content

Commit

Permalink
fix accidental removal
Browse files Browse the repository at this point in the history
  • Loading branch information
russelltg committed Jun 23, 2022
1 parent 9d2229e commit 1689173
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions macro/src/expand.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1505,6 +1505,7 @@ fn expand_shared_ptr(
}
__null(new);
}
#new_method
unsafe fn __from_unmanaged(value: *mut Self, new: *mut ::cxx::core::ffi::c_void) {
extern "C" {
#[link_name = #link_from_unmanaged]
Expand Down

0 comments on commit 1689173

Please sign in to comment.