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