Skip to content

Commit

Permalink
Missing &
Browse files Browse the repository at this point in the history
  • Loading branch information
Legend-Master committed Nov 15, 2024
1 parent 04211e7 commit 5abc96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/unix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,6 @@ pub trait MonitorHandleExtUnix {
impl MonitorHandleExtUnix for MonitorHandle {
#[inline]
fn gdk_monitor(&self) -> &gtk::gdk::Monitor {
self.inner.monitor
&self.inner.monitor
}
}

0 comments on commit 5abc96b

Please sign in to comment.