mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-12-02 05:23:41 +08:00
state.cpp
This commit is contained in:
parent
d7d0be6b78
commit
7689dbe9c3
|
@ -9,4 +9,6 @@ State state;
|
||||||
State::State()
|
State::State()
|
||||||
{
|
{
|
||||||
auto f = std::make_unique<Func2::CreateFF>();
|
auto f = std::make_unique<Func2::CreateFF>();
|
||||||
|
|
||||||
|
create = f;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user