Skip to content

Commit

Permalink
Update crates/tauri-runtime-wry/src/webview.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog authored Sep 15, 2024
1 parent fce6c52 commit 1da2085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tauri-runtime-wry/src/webview.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mod imp {
pub manager: *mut c_void,
#[cfg(target_os = "macos")]
pub ns_window: *mut c_void,
#[cfg(not(target_os = "macos"))]
#[cfg(target_os = "ios")]
pub view_controller: *mut c_void,
}
}
Expand Down

0 comments on commit 1da2085

Please sign in to comment.