From 7da74011fd191ccddc364df8008ab98ad7558091 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 5 Feb 2024 11:55:52 -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 a5b104ee..c36717c5 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(); }