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