mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-30 12:33:49 +08:00
branch2.cpp
This commit is contained in:
parent
3d450fa82a
commit
e4c3f6dafc
|
@ -18,7 +18,7 @@ Branch2::Branch2()
|
|||
|
||||
}
|
||||
|
||||
Branch2::Branch2(Branch2 const &&v_)
|
||||
Branch2::Branch2(Branch2 &&v_)
|
||||
: enabled(v_.enabled),
|
||||
mode(v_.mode),
|
||||
min_free_space(v_.min_free_space),
|
||||
|
|
Loading…
Reference in New Issue
Block a user