aboutsummaryrefslogtreecommitdiff
path: root/src/ui/NoChildControl.cpp
blob: 86861049da86a05d784b152a09030561f667c07d (plain)
1
2
3
4
5
#include "cru/ui/NoChildControl.hpp"

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