summaryrefslogtreecommitdiff
path: root/lib/wx/c_src/wxe_gl.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wx/c_src/wxe_gl.h')
-rw-r--r--lib/wx/c_src/wxe_gl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/wx/c_src/wxe_gl.h b/lib/wx/c_src/wxe_gl.h
index 6c57e1b645..12aea9bb8c 100644
--- a/lib/wx/c_src/wxe_gl.h
+++ b/lib/wx/c_src/wxe_gl.h
@@ -1,7 +1,7 @@
/*
* %CopyrightBegin%
*
- * Copyright Ericsson AB 2008-2021. All Rights Reserved.
+ * Copyright Ericsson AB 2008-2023. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -27,7 +27,7 @@ void setActiveGL(wxeMemEnv *memenv, ErlNifPid caller, wxGLCanvas *canvas, wxGLCo
void deleteActiveGL(wxGLCanvas *canvas);
void gl_dispatch(wxeCommand *);
extern "C" {
- void wxe_initOpenGL(void * fptr);
+ void wxe_initOpenGL(void * fptr, void *name_fptr);
}