Skip to content

Commit 7112a68

Browse files
committed
Fix a small typo.
1 parent 0391266 commit 7112a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/dev/webview/Webview.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ private void updateSize() {
9696
* @param debug Enables devtools/inspect element if true.
9797
*/
9898
public Webview(boolean debug) {
99-
this(debug, (PointerByReference) null);
99+
this(debug, NULL_PTR);
100100
}
101101

102102
/**

0 commit comments

Comments
 (0)