summaryrefslogtreecommitdiff
path: root/lib/wx/c_src/wxe_nif.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wx/c_src/wxe_nif.c')
-rw-r--r--lib/wx/c_src/wxe_nif.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/wx/c_src/wxe_nif.c b/lib/wx/c_src/wxe_nif.c
index eaab733807..6f6251e482 100644
--- a/lib/wx/c_src/wxe_nif.c
+++ b/lib/wx/c_src/wxe_nif.c
@@ -1,7 +1,7 @@
/*
* %CopyrightBegin%
*
- * Copyright Ericsson AB 2017-2021. All Rights Reserved.
+ * Copyright Ericsson AB 2017-2022. 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.
@@ -197,6 +197,7 @@ static ErlNifFunc nif_funcs[] =
{"queue_cmd",12, wx_setup_cmd},
{"queue_cmd",13, wx_setup_cmd},
{"queue_cmd",14, wx_setup_cmd},
+ {"queue_cmd",15, wx_setup_cmd},
{"init_opengl", 1, wx_init_opengl},
{"make_env", 0, wxe_make_env},
{"delete_env", 1, wxe_delete_env},