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(); }