Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Commit

Permalink
Fix crash on WebView2 installation window
Browse files Browse the repository at this point in the history
  • Loading branch information
lujjjh committed Sep 24, 2021
1 parent 30f13dc commit 4da8798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/src/webview_install_form.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ impl WebViewInstallForm {
lp_buffer,
cb_buffer,
0,
std::mem::transmute::<_, Com::IBindStatusCallback>(&&BindStatusCallback::new(
Com::IBindStatusCallback::from(BindStatusCallback::new(
progress_bar_h_wnd,
)),
) {
Expand Down

0 comments on commit 4da8798

Please sign in to comment.