From 7689dbe9c3d59ae5aad1cade16ee962ed0f16306 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 5 Feb 2024 11:59:29 -0600 Subject: [PATCH] state.cpp --- src/state.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/state.cpp b/src/state.cpp index 67febab5..0fdcc735 100644 --- a/src/state.cpp +++ b/src/state.cpp @@ -9,4 +9,6 @@ State state; State::State() { auto f = std::make_unique(); + + create = f; }