From eb93ef61913e824c870cdc4dea3738b56ac9bb9a Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 4 Feb 2024 00:28:14 -0600 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 8198be35..004cec1a 100644 --- a/src/state.cpp +++ b/src/state.cpp @@ -6,6 +6,6 @@ State state; State::State() { - create = + create = std::make_unique(); }