diff --git a/src/mergerfs.cpp b/src/mergerfs.cpp index f8524e18..2d87a256 100644 --- a/src/mergerfs.cpp +++ b/src/mergerfs.cpp @@ -305,7 +305,7 @@ main(int argc_, auto data = toml::parse("config.toml"); std::cout << data["branches"] << '\n'; - // Branches2 b(data["branches"]); + Branches2 b(data["branches"]); return 0;