summaryrefslogtreecommitdiffstats
path: root/Project/Workspace.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Workspace.h')
-rw-r--r--Project/Workspace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Project/Workspace.h b/Project/Workspace.h
index b4d1e54..818e07e 100644
--- a/Project/Workspace.h
+++ b/Project/Workspace.h
@@ -80,6 +80,8 @@ class Workspace : public WorkspaceBase
void ValidateBusesVoltages(Element* initialBus);
void ValidateElementsVoltages();
+
+ void UpdateTextElements();
int GetElementNumber(ElementID elementID) { return m_elementNumber[elementID]; }
void IncrementElementNumber(ElementID elementID) { m_elementNumber[elementID]++; }