diff options
Diffstat (limited to 'examples/custom_widget/src/main.rs')
-rw-r--r-- | examples/custom_widget/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/custom_widget/src/main.rs b/examples/custom_widget/src/main.rs index 713bc62d..32a14cbe 100644 --- a/examples/custom_widget/src/main.rs +++ b/examples/custom_widget/src/main.rs @@ -43,6 +43,7 @@ mod circle { fn layout( &self, + _tree: &mut widget::Tree, _renderer: &Renderer, _limits: &layout::Limits, ) -> layout::Node { |