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 a211218..83b64e6 100644
--- a/Project/Workspace.h
+++ b/Project/Workspace.h
@@ -97,7 +97,7 @@ class Workspace : public WorkspaceBase
};
Workspace();
- Workspace(wxWindow* parent, wxString name = wxEmptyString, wxStatusBar* statusBar = NULL);
+ Workspace(wxWindow* parent, wxString name = wxEmptyString, wxStatusBar* statusBar = NULL, wxGLContext* sharedGLContext = NULL);
~Workspace();
wxString GetName() const { return m_name; }