diff options
Diffstat (limited to 'src/revobject.h')
| -rw-r--r-- | src/revobject.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/revobject.h b/src/revobject.h index 8ec696a47..4a59d93f4 100644 --- a/src/revobject.h +++ b/src/revobject.h @@ -19,10 +19,11 @@ struct git_revpool_node struct git_revpool_table { + struct git_revpool_node **nodes; + unsigned int size_mask; unsigned int count; unsigned int max_count; - struct git_revpool_node **nodes; }; |
