summaryrefslogtreecommitdiff
path: root/src/generic/apt/aptcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/generic/apt/aptcache.h')
-rw-r--r--src/generic/apt/aptcache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/generic/apt/aptcache.h b/src/generic/apt/aptcache.h
index 3cbca962..df2857e5 100644
--- a/src/generic/apt/aptcache.h
+++ b/src/generic/apt/aptcache.h
@@ -224,8 +224,8 @@ public:
StateCache *PkgState;
unsigned char *DepState;
aptitude_state *AptitudeState;
- double iUsrSize;
- double iDownloadSize;
+ signed long long iUsrSize;
+ unsigned long long iDownloadSize;
unsigned long iInstCount;
unsigned long iDelCount;
unsigned long iKeepCount;