mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-02 11:07:47 +08:00
branches2.hpp
This commit is contained in:
parent
43af15e54a
commit
3c34463ecb
|
@ -4,4 +4,8 @@
|
|||
|
||||
typedef std::vector<Branch2> Branch2Vec;
|
||||
|
||||
typedef std::vector<Branch2Vec> Branches2;
|
||||
|
||||
class Branches2 : public std::vector<Branch2Vec>
|
||||
{
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user