summaryrefslogtreecommitdiffstats
path: root/wgpu/src/renderer/checkbox.rs
diff options
context:
space:
mode:
Diffstat (limited to 'wgpu/src/renderer/checkbox.rs')
-rw-r--r--wgpu/src/renderer/checkbox.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/wgpu/src/renderer/checkbox.rs b/wgpu/src/renderer/checkbox.rs
index 16d5734f..003df7e5 100644
--- a/wgpu/src/renderer/checkbox.rs
+++ b/wgpu/src/renderer/checkbox.rs
@@ -11,7 +11,7 @@ impl checkbox::Renderer for Renderer {
_checkbox: &Checkbox<Message>,
_layout: Layout<'_>,
_cursor_position: Point,
- ) -> Self::Primitive {
+ ) -> Self::Output {
// TODO
Primitive::None
}