diff options
Diffstat (limited to 'Project/Branch.h')
-rw-r--r-- | Project/Branch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Project/Branch.h b/Project/Branch.h index ba7108a..461738f 100644 --- a/Project/Branch.h +++ b/Project/Branch.h @@ -1,10 +1,10 @@ #ifndef BRANCH_H #define BRANCH_H -#include "Element.h" +#include "PowerElement.h" #include "Bus.h" -class Branch : public Element +class Branch : public PowerElement { public: Branch(); |