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; };