diff options
Diffstat (limited to 'Project/Shunt.cpp')
-rw-r--r-- | Project/Shunt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Shunt.cpp b/Project/Shunt.cpp index 0cd5736..a0caab7 100644 --- a/Project/Shunt.cpp +++ b/Project/Shunt.cpp @@ -1,6 +1,6 @@ #include "Shunt.h" -Shunt::Shunt() : Element() {} +Shunt::Shunt() : PowerElement() {} Shunt::~Shunt() {} void Shunt::UpdateSwitchesPosition() { |