summaryrefslogtreecommitdiff
path: root/plugins/dex/dex_def.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-05-07 14:24:16 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-05-07 14:24:16 (GMT)
commitc136e2c4c1ad02ea2e363fbe71ce54c6255793e2 (patch)
treeba19cc948ac23a3930d9943e94f8e37ec86991c1 /plugins/dex/dex_def.h
parentb38035259b6e09c77d87950fe409fb72d09887d3 (diff)
Extended the Python bindings for the Dex format.
Diffstat (limited to 'plugins/dex/dex_def.h')
-rwxr-xr-xplugins/dex/dex_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dex/dex_def.h b/plugins/dex/dex_def.h
index 61f51c2..913e20c 100755
--- a/plugins/dex/dex_def.h
+++ b/plugins/dex/dex_def.h
@@ -206,7 +206,7 @@ typedef struct _type_item
typedef struct _type_list
{
uint32_t size; /* Nombre d'éléments présents */
- type_item *list; /* Liste des éléments inscrits */
+ const type_item *list; /* Liste des éléments inscrits */
} type_list;