From c0934090719a85701e6f628d69ae69186b5371f4 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 5 Feb 2024 11:44:45 -0600 Subject: [PATCH] state.hpp --- src/state.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state.hpp b/src/state.hpp index 682c4b0d..71be92b9 100644 --- a/src/state.hpp +++ b/src/state.hpp @@ -12,5 +12,5 @@ public: Branches2 branches; public: - std::unique_ptr create; + Func::Create create; };