summaryrefslogtreecommitdiffstats
path: root/native/src/widget.rs
diff options
context:
space:
mode:
Diffstat (limited to 'native/src/widget.rs')
-rw-r--r--native/src/widget.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/widget.rs b/native/src/widget.rs
index b7181c1b..bcef2665 100644
--- a/native/src/widget.rs
+++ b/native/src/widget.rs
@@ -77,7 +77,7 @@ where
renderer: &mut Renderer,
layout: Layout<'_>,
cursor_position: Point,
- ) -> Renderer::Primitive;
+ ) -> Renderer::Output;
/// Computes the _layout_ hash of the [`Widget`].
///