aboutsummaryrefslogtreecommitdiff
path: root/include/gui/Page.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/gui/Page.hpp')
-rw-r--r--include/gui/Page.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gui/Page.hpp b/include/gui/Page.hpp
index a5cfaf9..47aa02b 100644
--- a/include/gui/Page.hpp
+++ b/include/gui/Page.hpp
@@ -12,6 +12,8 @@ namespace gsr {
Page& operator=(const Page&) = delete;
virtual ~Page() = default;
+ //void remove_child_widget(Widget *widget) override;
+
void add_widget(std::unique_ptr<Widget> widget);
protected:
std::vector<std::unique_ptr<Widget>> widgets;