diff options
Diffstat (limited to 'Project/Workspace.h')
-rw-r--r-- | Project/Workspace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/Workspace.h b/Project/Workspace.h index 3f25130..d6e1803 100644 --- a/Project/Workspace.h +++ b/Project/Workspace.h @@ -36,6 +36,7 @@ class Workspace : public WorkspaceBase void SetName(wxString name) { m_name = name; } std::vector<Element*> GetElementList() { return m_elementList; } void Redraw() { m_glCanvas->Refresh(); } + void DeleteElement(Element* element); protected: virtual void OnRightClickDown(wxMouseEvent& event); |