summaryrefslogtreecommitdiff
path: root/apt-pkg/srcrecords.h
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/srcrecords.h')
-rw-r--r--apt-pkg/srcrecords.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/srcrecords.h b/apt-pkg/srcrecords.h
index ed69d0d72..7cb490079 100644
--- a/apt-pkg/srcrecords.h
+++ b/apt-pkg/srcrecords.h
@@ -31,7 +31,7 @@ class pkgSrcRecords
// Describes a single file
struct File
{
- std::string MD5Hash;
+ std::string Hash;
unsigned long Size;
std::string Path;
std::string Type;