From 20d1c280a77eadcea18438453dc37daaf1d85e2d Mon Sep 17 00:00:00 2001 From: jacqueline Date: Fri, 13 Oct 2023 11:13:20 +1100 Subject: Remove templating of Continuation --- src/ui/ui_fsm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/ui_fsm.cpp') diff --git a/src/ui/ui_fsm.cpp b/src/ui/ui_fsm.cpp index b5a0fa34..145bcbcc 100644 --- a/src/ui/ui_fsm.cpp +++ b/src/ui/ui_fsm.cpp @@ -299,7 +299,7 @@ void Browse::react(const internal::RecordSelected& ev) { if (!cont) { return; } - auto query = db->GetPage(&cont.value()); + auto query = db->GetPage(&cont.value()); std::pmr::string title = record->text().value_or("TODO"); PushScreen(std::make_shared( sTopBarModel, sServices->database(), title, std::move(query))); -- cgit v1.2.3