From 3e44c208f67b87f17e086bb1361f4422fb6ac5ce Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Tue, 10 Jan 2017 18:39:14 -0200 Subject: Some class organization --- Project/Shunt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Project/Shunt.h') 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(); -- cgit