diff options
Diffstat (limited to 'Project/TransferFunction.h')
-rw-r--r-- | Project/TransferFunction.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Project/TransferFunction.h b/Project/TransferFunction.h index af84ba5..364298e 100644 --- a/Project/TransferFunction.h +++ b/Project/TransferFunction.h @@ -21,7 +21,7 @@ #include "ControlElement.h" #include <wx/dcscreen.h> -#include "wxGLString.h" +#include "OpenGLText.h" class TransferFunctionForm; @@ -84,8 +84,8 @@ class TransferFunction : public ControlElement wchar_t m_supNumber[10]; - wxGLString* m_glStringNum = NULL; - wxGLString* m_glStringDen = NULL; + OpenGLText* m_glTextNum = NULL; + OpenGLText* m_glTextDen = NULL; int m_fontSize = 10; std::vector<double> m_numerator; |