From a1d0d7531fe7c21b555a1127ee6ee0d20abccfa2 Mon Sep 17 00:00:00 2001
From: "alexey.stratulat" <alexey.stratulat@demlabs.net>
Date: Tue, 14 Jan 2020 23:12:14 +0700
Subject: [PATCH] [*] Fix.

---
 include/wrapping_dap_chain_gdb.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/wrapping_dap_chain_gdb.h b/include/wrapping_dap_chain_gdb.h
index 6efb8fdb..e81068f2 100644
--- a/include/wrapping_dap_chain_gdb.h
+++ b/include/wrapping_dap_chain_gdb.h
@@ -19,7 +19,7 @@ PyObject* dap_chain_gdb_new_py(PyObject* self, PyObject *args);
 PyObject *dap_chain_gdb_delete_py(PyObject *self, PyObject *args);
 PyObject *dap_chain_gdb_get_group_py(PyObject *self, PyObject *args);
 
-PyMethodDef DapChainGDBMethod[] = {
+static PyMethodDef DapChainGDBMethod[] = {
     {"new", (PyCFunction)dap_chain_gdb_new_py, METH_VARARGS | METH_STATIC, ""},
     {"delete", (PyCFunction)dap_chain_gdb_delete_py, METH_VARARGS | METH_STATIC, ""},
     {"getGroup", (PyCFunction)dap_chain_gdb_get_group_py, METH_VARARGS | METH_STATIC, ""},
-- 
GitLab