aboutsummaryrefslogtreecommitdiff
path: root/src/ui/controls/toggle_button.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/controls/toggle_button.hpp')
-rw-r--r--src/ui/controls/toggle_button.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/controls/toggle_button.hpp b/src/ui/controls/toggle_button.hpp
index 091f908a..dee655d4 100644
--- a/src/ui/controls/toggle_button.hpp
+++ b/src/ui/controls/toggle_button.hpp
@@ -7,7 +7,7 @@
namespace cru::ui::controls
{
- class ToggleButton : public Control
+ class ToggleButton : public NoChildControl
{
public:
static constexpr auto control_type = L"ToggleButton";