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