summaryrefslogtreecommitdiff
path: root/apt-pkg/sourcelist.h
diff options
context:
space:
mode:
authorMichael Vogt <mvo@ubuntu.com>2014-05-07 16:23:37 +0200
committerMichael Vogt <mvo@ubuntu.com>2014-05-07 16:23:37 +0200
commit94f6611592b4b77ac257ec37445776ac2845f682 (patch)
tree74c20273115686b55874c468dc10adc83ac585f5 /apt-pkg/sourcelist.h
parent713ee8ad3f4d7be00d2fbacd979e78772f24a675 (diff)
rename pkgSourceList::Add() to pkgSourceList::AddMetaIndex()
Diffstat (limited to 'apt-pkg/sourcelist.h')
-rw-r--r--apt-pkg/sourcelist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/sourcelist.h b/apt-pkg/sourcelist.h
index 4943dd32a..cdf8d9762 100644
--- a/apt-pkg/sourcelist.h
+++ b/apt-pkg/sourcelist.h
@@ -117,7 +117,7 @@ class pkgSourceList
time_t GetLastModifiedTime();
// Add custom metaIndex (e.g. local files)
- void Add(metaIndex *mi) {
+ void AddMetaIndex(metaIndex *mi) {
SrcList.push_back(mi);
}