state.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-03-10 16:20:13 -05:00
parent ab82ac4c08
commit 827eac2ae2

View File

@ -8,5 +8,5 @@ State state;
State::State()
{
create = std::make_unique<Func2::CreateFF>();
_create = std::make_unique<Func2::CreateFF>();
}