diff options
Diffstat (limited to 'Project/Gain.h')
-rw-r--r-- | Project/Gain.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Project/Gain.h b/Project/Gain.h index 7245e2f..50c9162 100644 --- a/Project/Gain.h +++ b/Project/Gain.h @@ -21,7 +21,7 @@ #include "ControlElement.h" #include <wx/dcscreen.h> -#include "wxGLString.h" +#include "OpenGLText.h" class GainForm; @@ -63,8 +63,7 @@ class Gain : public ControlElement protected: double m_value = 1.0; - wxGLString* m_glStringValue = NULL; - int m_fontSize = 10; + OpenGLText* m_glText = NULL; std::vector<wxPoint2DDouble> m_triPts; }; |