summaryrefslogtreecommitdiffstats
path: root/Project/Workspace.h
diff options
context:
space:
mode:
authorThales Lima <thaleslima.ufu@gmail.com>2017-10-28 14:30:38 -0200
committerThales Lima <thaleslima.ufu@gmail.com>2017-10-28 14:30:38 -0200
commit24808d2de827f219b683ad46744a179ae25bc859 (patch)
tree4968e6d2403b4fcc1cbcc41502c42e02633dfa83 /Project/Workspace.h
parent7043bf93567689f3b1304cc998c1fb09b7e0e357 (diff)
downloadPSP.git-24808d2de827f219b683ad46744a179ae25bc859.tar.gz
PSP.git-24808d2de827f219b683ad46744a179ae25bc859.tar.xz
PSP.git-24808d2de827f219b683ad46744a179ae25bc859.zip
Shared OpenGL context bug fixed
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; }