aboutsummaryrefslogtreecommitdiff
path: root/src/ui/no_child_control.cpp
blob: e6bbe8138de8302b6a05612fbd0f967e06f82eac (plain)
1
2
3
4
5
#include "no_child_control.hpp"

namespace cru::ui {
const std::vector<Control*> NoChildControl::empty_control_vector{};
}