branch2.hpp

This commit is contained in:
Antonio SJ Musumeci 2024-01-28 23:58:24 -06:00
parent 7103327bdf
commit c29fde6885

View File

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