From f7e91d9c8e37bd0202ecc2de72703d418ab4d6c6 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 25 Jan 2024 22:39:56 -0600 Subject: [PATCH] branch2.cpp --- src/branch2.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/branch2.cpp b/src/branch2.cpp index 2f93bfa2..e91a7336 100644 --- a/src/branch2.cpp +++ b/src/branch2.cpp @@ -1 +1,7 @@ #include "branch2.hpp" + + +Branch2::Branch2(toml::value const &v_) +{ + +}