diff options
Diffstat (limited to 'include/git2/errors.h')
-rw-r--r-- | include/git2/errors.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/git2/errors.h b/include/git2/errors.h index d71df59a..712d611a 100644 --- a/include/git2/errors.h +++ b/include/git2/errors.h @@ -130,7 +130,8 @@ typedef enum { GITERR_CONFIG, GITERR_REGEX, GITERR_ODB, - GITERR_INDEX + GITERR_INDEX, + GITERR_OBJECT } git_error_class; /** |