From 827eac2ae2baaa35a6290aa827b59981636a4dc9 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 10 Mar 2024 16:20:13 -0500 Subject: [PATCH] state.cpp --- src/state.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state.cpp b/src/state.cpp index c36717c5..d08cc53b 100644 --- a/src/state.cpp +++ b/src/state.cpp @@ -8,5 +8,5 @@ State state; State::State() { - create = std::make_unique(); + _create = std::make_unique(); }