diff options
author | Thales1330 <thaleslima.ufu@gmail.com> | 2017-01-10 18:39:14 -0200 |
---|---|---|
committer | Thales1330 <thaleslima.ufu@gmail.com> | 2017-01-10 18:39:14 -0200 |
commit | 3e44c208f67b87f17e086bb1361f4422fb6ac5ce (patch) | |
tree | 136a89491eec953644e89f58f626d2de99f99500 /Project/Text.h | |
parent | 58148f1ebe5be64231965ca76ae13e4690528e55 (diff) | |
download | PSP.git-3e44c208f67b87f17e086bb1361f4422fb6ac5ce.tar.gz PSP.git-3e44c208f67b87f17e086bb1361f4422fb6ac5ce.tar.xz PSP.git-3e44c208f67b87f17e086bb1361f4422fb6ac5ce.zip |
Some class organization
Diffstat (limited to 'Project/Text.h')
-rw-r--r-- | Project/Text.h | 4 |
1 files changed, 2 insertions, 2 deletions
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(); |