summaryrefslogtreecommitdiff
path: root/apt-pkg/srcrecords.h
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2014-06-10 15:07:15 +0200
committerMichael Vogt <mvo@debian.org>2014-06-10 15:07:15 +0200
commit401e5db12dd71ed84e8d17a559ff5932c1b98367 (patch)
treebe6738bc9c07e3cbcd1083410c229cbe0f74e4b4 /apt-pkg/srcrecords.h
parent4656863a42c02700bde2869183a774e4427923cb (diff)
use pkgSrcRecords::Step() instead of Next()
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 82460d70f..e000e176a 100644
--- a/apt-pkg/srcrecords.h
+++ b/apt-pkg/srcrecords.h
@@ -97,7 +97,7 @@ class pkgSrcRecords
// Step to the next SourcePackage and return pointer to the
// next SourceRecord. The pointer is owned by libapt.
- const Parser* Next();
+ const Parser* Step();
// Locate a package by name and return pointer to the Parser.
// The pointer is owned by libapt.