Browse Source

state.cpp

toml4
Antonio SJ Musumeci 9 months ago
parent
commit
79bbeaf37e
  1. 2
      src/state.cpp

2
src/state.cpp

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