From d7d0be6b788ac0efe66e4119ef2b66203e5181e5 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 5 Feb 2024 11:59:04 -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 c36717c5..67febab5 100644 --- a/src/state.cpp +++ b/src/state.cpp @@ -8,5 +8,5 @@ State state; State::State() { - create = std::make_unique(); + auto f = std::make_unique(); }