mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-04-21 12:31:43 +00:00
state.cpp
This commit is contained in:
+1
-1
@@ -10,5 +10,5 @@ State::State()
|
||||
{
|
||||
auto f = std::make_unique<Func2::CreateFF>();
|
||||
|
||||
create = f;
|
||||
create = std::move(f);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user