From f9cd21280fb5c9870e64337e57bf02572baa1bc5 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 5 Feb 2024 11:51:27 -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 71be92b9..fe850d15 100644 --- a/src/state.hpp +++ b/src/state.hpp @@ -12,5 +12,5 @@ public: Branches2 branches; public: - Func::Create create; + Func2::Create create; };