From f5bb978b22c881dc61663d8ac660cc2778a842bb Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Tue, 6 Dec 2016 20:27:20 -0200 Subject: Text update under implementation --- Project/Workspace.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Project/Workspace.h') 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]++; } -- cgit