diff --git a/src/layout.h b/src/layout.h index 01bc382..a7f6fab 100644 --- a/src/layout.h +++ b/src/layout.h @@ -12,7 +12,6 @@ #include #include - #include "sizepoint.h" struct Widget; diff --git a/src/main.cxx b/src/main.cxx index 15fdad5..f101500 100644 --- a/src/main.cxx +++ b/src/main.cxx @@ -138,7 +138,7 @@ int main() { list->on_item_selected = [&stack](auto list, auto index /*, auto reason*/) { stack->set_current_page(index); - }; + }; platform.show_window(w2); #endif