diff options
Diffstat (limited to 'src/commit.h')
-rw-r--r-- | src/commit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commit.h b/src/commit.h index ae4f06d65..4e883c074 100644 --- a/src/commit.h +++ b/src/commit.h @@ -22,7 +22,7 @@ typedef struct git_commit_parents { } git_commit_parents; struct git_commit { - git_repository_object object; + git_object object; time_t commit_time; git_commit_parents *parents; |