diff options
Diffstat (limited to 'Project/IndMotor.cpp')
-rw-r--r-- | Project/IndMotor.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Project/IndMotor.cpp b/Project/IndMotor.cpp index 26d19e9..1c3b252 100644 --- a/Project/IndMotor.cpp +++ b/Project/IndMotor.cpp @@ -1,8 +1,11 @@ #include "IndMotorForm.h" #include "IndMotor.h" -IndMotor::IndMotor() : Machines() {} -IndMotor::IndMotor(wxString name) : Machines() { m_electricalData.name = name; } +IndMotor::IndMotor() : Machines() { } +IndMotor::IndMotor(wxString name) : Machines() +{ + m_electricalData.name = name; +} IndMotor::~IndMotor() {} void IndMotor::DrawSymbol() const { |