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.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Project/Text.h') diff --git a/Project/Text.h b/Project/Text.h index 019f765..871af2f 100644 --- a/Project/Text.h +++ b/Project/Text.h @@ -1,7 +1,7 @@ #ifndef TEXT_H #define TEXT_H -#include "Element.h" +#include "GraphicalElement.h" #include "wxGLString.h" class TextForm; @@ -44,7 +44,7 @@ enum DataType { DATA_PF_CURRENT }; -class Text : public Element +class Text : public GraphicalElement { public: Text(); -- cgit From 44a7475053ea042bfca9cd31998ddb5b16910688 Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Wed, 18 Jan 2017 14:11:20 -0200 Subject: Power elements methods migrated to correct class --- Project/Text.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Project/Text.h') diff --git a/Project/Text.h b/Project/Text.h index 871af2f..062032c 100644 --- a/Project/Text.h +++ b/Project/Text.h @@ -2,6 +2,7 @@ #define TEXT_H #include "GraphicalElement.h" +#include "PowerElement.h" #include "wxGLString.h" class TextForm; -- cgit