summaryrefslogtreecommitdiff
path: root/include/git2/reset.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/git2/reset.h')
-rw-r--r--include/git2/reset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/reset.h b/include/git2/reset.h
index 5f2ba572d..53f3e891e 100644
--- a/include/git2/reset.h
+++ b/include/git2/reset.h
@@ -70,7 +70,7 @@ GIT_EXTERN(int) git_reset(
git_object *target,
git_reset_t reset_type,
git_checkout_options *checkout_opts,
- git_signature *signature,
+ const git_signature *signature,
const char *log_message);
/**