aboutsummaryrefslogtreecommitdiffstats
path: root/merge-ort-wrappers.h
diff options
context:
space:
mode:
Diffstat (limited to 'merge-ort-wrappers.h')
-rw-r--r--merge-ort-wrappers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/merge-ort-wrappers.h b/merge-ort-wrappers.h
index 0c4c57adbb..90af1f69c5 100644
--- a/merge-ort-wrappers.h
+++ b/merge-ort-wrappers.h
@@ -19,7 +19,7 @@ int merge_ort_nonrecursive(struct merge_options *opt,
int merge_ort_recursive(struct merge_options *opt,
struct commit *h1,
struct commit *h2,
- struct commit_list *ancestors,
+ const struct commit_list *ancestors,
struct commit **result);
#endif