branch2.hpp

This commit is contained in:
Antonio SJ Musumeci 2024-01-28 23:56:18 -06:00
parent 4e03b2b287
commit aab1f8e850

View File

@ -16,7 +16,7 @@ BETTER_ENUM(BranchMode,
class Branch2 class Branch2
{ {
public: public:
using BranchMode Mode; typedef BranchMode Mode;
public: public:
Branch2(toml::value const &); Branch2(toml::value const &);