From 2711b7032cafdc9bdbd6ae06db0325c91e6e7f63 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 16 Feb 2022 21:17:09 +0800 Subject: ... --- src/theme_builder/components/conditions/CompoundConditionEditor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/theme_builder/components/conditions/CompoundConditionEditor.h') diff --git a/src/theme_builder/components/conditions/CompoundConditionEditor.h b/src/theme_builder/components/conditions/CompoundConditionEditor.h index bedbdc56..50f745c3 100644 --- a/src/theme_builder/components/conditions/CompoundConditionEditor.h +++ b/src/theme_builder/components/conditions/CompoundConditionEditor.h @@ -42,7 +42,7 @@ class CompoundConditionEditor : public ConditionEditor { void SetChildren(std::vector> children, bool trigger_change = true); - IEvent* ChangeEvent() { return &change_event_; } + IEvent* ChangeEvent() override { return &change_event_; } private: ui::controls::FlexLayout children_container_; -- cgit v1.2.3