diff options
Diffstat (limited to 'Project/Bus.cpp')
-rw-r--r-- | Project/Bus.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Project/Bus.cpp b/Project/Bus.cpp index 4a375ae..9d0de98 100644 --- a/Project/Bus.cpp +++ b/Project/Bus.cpp @@ -1,11 +1,11 @@ #include "Bus.h" Bus::Bus() - : Element() + : PowerElement() { } Bus::Bus(wxPoint2DDouble position) - : Element() + : PowerElement() { m_width = 100.0; m_height = 5.0; |