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, 1 insertions, 1 deletions
diff --git a/Project/Workspace.h b/Project/Workspace.h
index 3298d37..a211218 100644
--- a/Project/Workspace.h
+++ b/Project/Workspace.h
@@ -131,7 +131,7 @@ class Workspace : public WorkspaceBase
void ValidateElementsVoltages();
void UpdateElementsID();
- void UpdateTextElements();
+ bool UpdateTextElements();
int GetElementNumber(ElementID elementID) { return m_elementNumber[elementID]; }
void IncrementElementNumber(ElementID elementID) { m_elementNumber[elementID]++; }