aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/controls/CheckBox.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/controls/CheckBox.h')
-rw-r--r--include/cru/ui/controls/CheckBox.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/cru/ui/controls/CheckBox.h b/include/cru/ui/controls/CheckBox.h
index 2e4685d5..16fe0725 100644
--- a/include/cru/ui/controls/CheckBox.h
+++ b/include/cru/ui/controls/CheckBox.h
@@ -15,7 +15,6 @@ class CRU_UI_API CheckBox : public Control,
static constexpr auto kControlName = "CheckBox";
CheckBox();
- ~CheckBox() override;
render::RenderObject* GetRenderObject() override {
return &container_render_object_;