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/Text.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Project/Text.cpp') diff --git a/Project/Text.cpp b/Project/Text.cpp index 8c76956..588e9a1 100644 --- a/Project/Text.cpp +++ b/Project/Text.cpp @@ -13,12 +13,12 @@ #include "Capacitor.h" Text::Text() - : Element() + : GraphicalElement() { SetText(m_text); } Text::Text(wxPoint2DDouble position) - : Element() + : GraphicalElement() { m_position = position; SetText(m_text); -- cgit