summaryrefslogtreecommitdiffstats
path: root/Project/Text.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Text.h')
-rw-r--r--Project/Text.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Project/Text.h b/Project/Text.h
index 019f765..062032c 100644
--- a/Project/Text.h
+++ b/Project/Text.h
@@ -1,7 +1,8 @@
#ifndef TEXT_H
#define TEXT_H
-#include "Element.h"
+#include "GraphicalElement.h"
+#include "PowerElement.h"
#include "wxGLString.h"
class TextForm;
@@ -44,7 +45,7 @@ enum DataType {
DATA_PF_CURRENT
};
-class Text : public Element
+class Text : public GraphicalElement
{
public:
Text();