summaryrefslogtreecommitdiffstats
path: root/Project/Workspace.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Workspace.h')
-rw-r--r--Project/Workspace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/Workspace.h b/Project/Workspace.h
index d646cac..d0ac2be 100644
--- a/Project/Workspace.h
+++ b/Project/Workspace.h
@@ -71,6 +71,7 @@ public:
void SetName(wxString name) { m_name = name; }
void SetElementList(std::vector<Element*> elementList) { m_elementList = elementList; }
+ void SetTextList(std::vector<Text*> textList) { m_textList = textList; }
void SetStatusBarText(wxString text) { m_statusBar->SetStatusText(text); }
void SetWorkspaceMode(WorkspaceMode mode) { m_mode = mode; }
void SetSavedPath(wxFileName savedPath) { m_savedPath = savedPath; }