diff options
Diffstat (limited to 'libgpython/include/gpython')
| -rw-r--r-- | libgpython/include/gpython/objects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgpython/include/gpython/objects.h b/libgpython/include/gpython/objects.h index f5100a9aeec..da5b6335780 100644 --- a/libgpython/include/gpython/objects.h +++ b/libgpython/include/gpython/objects.h @@ -70,7 +70,7 @@ typedef struct gpy_type_obj_def_t { void * (*init_hook)( gpy_literal_t * ); void (*destroy_hook)( void * ); void (*print_hook)( void * , FILE * , bool ); - const struct gpy_number_prot_t * binary_protocol; + struct gpy_number_prot_t binary_protocol; } gpy_type_obj_def_t ; |
