summaryrefslogtreecommitdiff
path: root/lib/dpkg/pkg-spec.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dpkg/pkg-spec.h')
-rw-r--r--lib/dpkg/pkg-spec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dpkg/pkg-spec.h b/lib/dpkg/pkg-spec.h
index 956b7fe3c..964f0d982 100644
--- a/lib/dpkg/pkg-spec.h
+++ b/lib/dpkg/pkg-spec.h
@@ -60,7 +60,7 @@ struct pkg_spec {
bool arch_is_pattern;
/** Used for the pkg_db iterator. */
- struct pkgiterator *pkg_iter;
+ struct pkg_hash_iter *pkg_iter;
/** Used for the pkgset iterator. */
struct pkginfo *pkg_next;
};