From a54f6ae81b54ca59bf913bba16f271a35ca08d9d Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 25 Mar 2025 21:11:42 +0530 Subject: Add web.tabs.list and web.tabs.select + example for tab next/prev and selection ui --- src/utils.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils.hpp') diff --git a/src/utils.hpp b/src/utils.hpp index eace39e..e3de4dc 100644 --- a/src/utils.hpp +++ b/src/utils.hpp @@ -15,4 +15,4 @@ void set_##NAME##_fetcher(const std::function &fetcher) { \ fetch_##NAME = fetcher; \ } \ - std::function fetch_##NAME = []() { return -1; }; + std::function fetch_##NAME; -- cgit v1.3.1