branch2.hpp

This commit is contained in:
Antonio SJ Musumeci 2024-01-28 23:57:35 -06:00
parent 273e69502e
commit 4420dee26a

View File

@ -12,7 +12,7 @@ BETTER_ENUM(BranchMode,int,RO,RW,NC);
class Branch2
{
public:
typedef BranchMode Mode;
// typedef BranchMode Mode;
public:
Branch2(toml::value const &);