summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/backupstore/BackupStoreRefCountDatabase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/backupstore/BackupStoreRefCountDatabase.h b/lib/backupstore/BackupStoreRefCountDatabase.h
index 02612aa0..93c79afb 100644
--- a/lib/backupstore/BackupStoreRefCountDatabase.h
+++ b/lib/backupstore/BackupStoreRefCountDatabase.h
@@ -83,6 +83,7 @@ public:
// Data modification functions
void AddReference(int64_t ObjectID);
+ // RemoveReference returns false if refcount drops to zero
bool RemoveReference(int64_t ObjectID);
private: