summaryrefslogtreecommitdiffstats
path: root/common/collection/collection_stack.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/collection/collection_stack.h')
-rw-r--r--common/collection/collection_stack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/collection/collection_stack.h b/common/collection/collection_stack.h
index ef52767f4..256094c26 100644
--- a/common/collection/collection_stack.h
+++ b/common/collection/collection_stack.h
@@ -38,7 +38,7 @@ void col_destroy_stack(struct collection_item *stack);
/* Push a string property to stack. */
int col_push_str_property(struct collection_item *stack,
const char *property,
- char *string,
+ const char *string,
int length);
/* Push a binary property to stack. */
int col_push_binary_property(struct collection_item *stack,