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