summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/progress.h
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/contrib/progress.h')
-rw-r--r--apt-pkg/contrib/progress.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/contrib/progress.h b/apt-pkg/contrib/progress.h
index 4d118ee99..d6a698af3 100644
--- a/apt-pkg/contrib/progress.h
+++ b/apt-pkg/contrib/progress.h
@@ -28,6 +28,7 @@
class Configuration;
class APT_PUBLIC OpProgress
{
+ friend class OpTextProgress;
unsigned long long Current;
unsigned long long Total;
unsigned long long Size;