aboutsummaryrefslogtreecommitdiff
path: root/src/ui/no_child_control.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/no_child_control.cpp')
-rw-r--r--src/ui/no_child_control.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/no_child_control.cpp b/src/ui/no_child_control.cpp
new file mode 100644
index 00000000..e6bbe813
--- /dev/null
+++ b/src/ui/no_child_control.cpp
@@ -0,0 +1,5 @@
+#include "no_child_control.hpp"
+
+namespace cru::ui {
+const std::vector<Control*> NoChildControl::empty_control_vector{};
+}