diff options
-rw-r--r-- | libstore/encode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstore/encode.c b/libstore/encode.c index 29e370d2..0a9e793f 100644 --- a/libstore/encode.c +++ b/libstore/encode.c @@ -83,7 +83,7 @@ error_t store_encode (const struct store *store, struct store_enc *enc) { error_t err; - struct store_class *class = store->class; + const struct store_class *class = store->class; /* We zero each vector length for the allocate_encoding method to work, so save the old values. */ mach_msg_type_number_t init_num_ports = enc->num_ports; |