diff options
Diffstat (limited to 'Project/Branch.cpp')
-rw-r--r-- | Project/Branch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Branch.cpp b/Project/Branch.cpp index e971411..326b7e0 100644 --- a/Project/Branch.cpp +++ b/Project/Branch.cpp @@ -1,7 +1,7 @@ #include "Branch.h" Branch::Branch() - : Element() + : PowerElement() { } Branch::~Branch() {} |