summaryrefslogtreecommitdiffstats
path: root/Project/Branch.h
diff options
context:
space:
mode:
authorThales1330 <thaleslima.ufu@gmail.com>2017-01-10 18:39:14 -0200
committerThales1330 <thaleslima.ufu@gmail.com>2017-01-10 18:39:14 -0200
commit3e44c208f67b87f17e086bb1361f4422fb6ac5ce (patch)
tree136a89491eec953644e89f58f626d2de99f99500 /Project/Branch.h
parent58148f1ebe5be64231965ca76ae13e4690528e55 (diff)
downloadPSP.git-3e44c208f67b87f17e086bb1361f4422fb6ac5ce.tar.gz
PSP.git-3e44c208f67b87f17e086bb1361f4422fb6ac5ce.tar.xz
PSP.git-3e44c208f67b87f17e086bb1361f4422fb6ac5ce.zip
Some class organization
Diffstat (limited to 'Project/Branch.h')
-rw-r--r--Project/Branch.h4
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();