Skip to content

Commit

Permalink
fix compilation macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Dec 27, 2022
1 parent 02725e9 commit 76187d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webview/wkwebview/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ impl NSString {
}
}

fn as_ptr() -> id {
fn as_ptr(&self) -> id {
self.0
}
}

0 comments on commit 76187d2

Please sign in to comment.