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/Bus.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Project/Bus.cpp') 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; -- cgit