summaryrefslogtreecommitdiffstats
path: root/ui/src/components.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/components.rs')
-rw-r--r--ui/src/components.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/components.rs b/ui/src/components.rs
index 6e753ed6..fd8faaf8 100644
--- a/ui/src/components.rs
+++ b/ui/src/components.rs
@@ -93,7 +93,7 @@ pub trait Component: Display + Debug + Send {
true
}
fn set_dirty(&mut self);
- fn kill(&mut self, _id: ComponentId) {}
+ fn kill(&mut self, _id: ComponentId, _context: &mut Context) {}
fn set_id(&mut self, _id: ComponentId) {}
fn id(&self) -> ComponentId;