mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-12-02 13:33:39 +08:00
state.cpp
This commit is contained in:
parent
7689dbe9c3
commit
79bbeaf37e
|
@ -10,5 +10,5 @@ State::State()
|
|||
{
|
||||
auto f = std::make_unique<Func2::CreateFF>();
|
||||
|
||||
create = f;
|
||||
create = std::move(f);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user