Browse Source

branch_tier.hpp

toml4
Antonio SJ Musumeci 9 months ago
parent
commit
9b1d55840d
  1. 2
      src/branch_tier.hpp

2
src/branch_tier.hpp

@ -13,7 +13,7 @@ public:
BranchTier(toml::value const &);
public:
void copy_enabled_rw(BranchTier &);
void copy_enabled_rw(BranchTier &) const;
public:
uint64_t min_free_space;

Loading…
Cancel
Save