summaryrefslogtreecommitdiffstats
path: root/Project/IOControl.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/IOControl.h')
-rw-r--r--Project/IOControl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/IOControl.h b/Project/IOControl.h
index 7b3f4d0..8a7666f 100644
--- a/Project/IOControl.h
+++ b/Project/IOControl.h
@@ -35,6 +35,7 @@ class IOControl : public ControlElement
virtual IOFlags GetValue() const { return m_value; }
virtual void SetValue(IOFlags value);
virtual int GetIOFlags() const { return m_ioFlags; }
+ virtual Node::NodeType GetType() { return m_ioNodeType; }
protected:
IOFlags m_value;