aboutsummaryrefslogtreecommitdiff
path: root/src/ui/controls/button.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/controls/button.hpp')
-rw-r--r--src/ui/controls/button.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/controls/button.hpp b/src/ui/controls/button.hpp
index 82694fe8..6436f7c0 100644
--- a/src/ui/controls/button.hpp
+++ b/src/ui/controls/button.hpp
@@ -9,7 +9,7 @@
namespace cru::ui::controls
{
- class Button : public SingleChildControl
+ class Button : public ContentControl
{
public:
static constexpr auto control_type = L"Button";