summaryrefslogtreecommitdiffstats
path: root/Project/IOControl.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/IOControl.h')
-rw-r--r--Project/IOControl.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Project/IOControl.h b/Project/IOControl.h
index 084367d..3f59a73 100644
--- a/Project/IOControl.h
+++ b/Project/IOControl.h
@@ -21,7 +21,7 @@
#include "ControlElement.h"
#include <wx/dcscreen.h>
-#include "wxGLString.h"
+#include "OpenGLText.h"
class IOControlForm;
@@ -73,8 +73,7 @@ class IOControl : public ControlElement
Node::NodeType m_ioNodeType = Node::NODE_IN;
- wxGLString* m_glStringValue = NULL;
- int m_fontSize = 10;
+ OpenGLText* m_glText = NULL;
};
#endif // IOCONTROL_H