#include "StarLayout.hpp" namespace Star { Layout::Layout() { markAsContainer(); } void Layout::update() { Widget::update(); } }