diff --git a/examples/run.hpp b/examples/run.hpp index 793babe..df71449 100644 --- a/examples/run.hpp +++ b/examples/run.hpp @@ -26,7 +26,7 @@ concept WidgetType = std::derived_from; template void run_example( - const std::function, int, int)>& setup, + const std::function&, int, int)>& setup, int w = 3, int h = 3) { std::atexit(lib_exit);