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
7da74011fd
commit
d7d0be6b78
|
@ -8,5 +8,5 @@ State state;
|
||||||
|
|
||||||
State::State()
|
State::State()
|
||||||
{
|
{
|
||||||
create = std::make_unique<Func2::CreateFF>();
|
auto f = std::make_unique<Func2::CreateFF>();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user