summaryrefslogtreecommitdiff
path: root/python/progress.h
diff options
context:
space:
mode:
Diffstat (limited to 'python/progress.h')
-rw-r--r--python/progress.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/progress.h b/python/progress.h
index 7e75652b..4e66c771 100644
--- a/python/progress.h
+++ b/python/progress.h
@@ -64,6 +64,7 @@ struct PyFetchProgress : public pkgAcquireStatus, public PyCallbackObj
{
protected:
PyObject *pyAcquire;
+ PyObject *GetDesc(pkgAcquire::ItemDesc *item);
public:
enum {
DLDone, DLQueued, DLFailed, DLHit, DLIgnored