diff options
Diffstat (limited to 'src/db/DatabaseError.hxx')
-rw-r--r-- | src/db/DatabaseError.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/db/DatabaseError.hxx b/src/db/DatabaseError.hxx index 1485a21b6..c71bbdfff 100644 --- a/src/db/DatabaseError.hxx +++ b/src/db/DatabaseError.hxx @@ -30,6 +30,8 @@ enum db_error { DB_DISABLED, DB_NOT_FOUND, + + DB_CONFLICT, }; extern const Domain db_domain; |