summaryrefslogtreecommitdiffstats
path: root/Project/Text.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Text.h')
-rw-r--r--Project/Text.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/Text.h b/Project/Text.h
index 284353c..f7b1a68 100644
--- a/Project/Text.h
+++ b/Project/Text.h
@@ -89,6 +89,7 @@ class Text : public GraphicalElement
virtual void UpdateText(double systemPowerBase);
virtual wxString GetText() const { return m_text; }
virtual void SetText(wxString text);
+ virtual bool IsGLTextOK();
void SetDataType(const DataType& dataType) { m_dataType = dataType; }
void SetDirection(int direction) { m_direction = direction; }