Browse Source

state.cpp

toml4
Antonio SJ Musumeci 9 months ago
parent
commit
3676296b74
  1. 4
      src/state.cpp

4
src/state.cpp

@ -8,7 +8,5 @@ State state;
State::State() State::State()
{ {
auto f = std::make_unique<Func2::CreateFF>();
create = std::move(f);
create = std::make_unique<Func2::CreateFF>();
} }
Loading…
Cancel
Save