diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-01-18 17:16:30 -0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-18 17:16:30 -0200 |
commit | 69131a727782090ffd7cb467f449e8f26d3d2949 (patch) | |
tree | c5c60bad223bd8e3c97252b31ab8ed2b5e3e2a25 /Project/Text.h | |
parent | 58148f1ebe5be64231965ca76ae13e4690528e55 (diff) | |
parent | 46115e4326fc679fe6f1f2c32164b95420e689eb (diff) | |
download | PSP.git-69131a727782090ffd7cb467f449e8f26d3d2949.tar.gz PSP.git-69131a727782090ffd7cb467f449e8f26d3d2949.tar.xz PSP.git-69131a727782090ffd7cb467f449e8f26d3d2949.zip |
Merge pull request #25 from Thales1330/bugfix/data-100117
Bugfix data 100117
Diffstat (limited to 'Project/Text.h')
-rw-r--r-- | Project/Text.h | 5 |
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(); |