1 2 3 4 5
#include "no_child_control.hpp" namespace cru::ui { const std::vector<Control*> NoChildControl::empty_control_vector{}; }