diff options
Diffstat (limited to 'examples/custom_quad/src/main.rs')
-rw-r--r-- | examples/custom_quad/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/custom_quad/src/main.rs b/examples/custom_quad/src/main.rs index 4b300116..13b08250 100644 --- a/examples/custom_quad/src/main.rs +++ b/examples/custom_quad/src/main.rs @@ -36,6 +36,7 @@ mod quad { fn layout( &self, + _tree: &mut widget::Tree, _renderer: &Renderer, _limits: &layout::Limits, ) -> layout::Node { |