From 24808d2de827f219b683ad46744a179ae25bc859 Mon Sep 17 00:00:00 2001 From: Thales Lima Date: Sat, 28 Oct 2017 14:30:38 -0200 Subject: Shared OpenGL context bug fixed --- Project/Workspace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project/Workspace.h') 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; } -- cgit