Skip to content

Commit 0b3cb47

Browse files
gdk-win32: Use ObjectExt from prelude
1 parent 1d3b10d commit 0b3cb47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gdk4-win32/src/win32_hcursor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ impl Win32HCursor {
2424
}
2525

2626
pub fn handle(&self) -> HCURSOR {
27-
let ptr: NonNull<Pointee> = glib::ObjectExt::property(self, "handle");
27+
let ptr: NonNull<Pointee> = ObjectExt::property(self, "handle");
2828
HCURSOR(ptr.as_ptr() as _)
2929
}
3030
}

0 commit comments

Comments
 (0)