diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-05-07 16:23:37 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-05-07 16:23:37 +0200 |
commit | 94f6611592b4b77ac257ec37445776ac2845f682 (patch) | |
tree | 74c20273115686b55874c468dc10adc83ac585f5 /apt-pkg | |
parent | 713ee8ad3f4d7be00d2fbacd979e78772f24a675 (diff) |
rename pkgSourceList::Add() to pkgSourceList::AddMetaIndex()
Diffstat (limited to 'apt-pkg')
-rw-r--r-- | apt-pkg/sourcelist.h | 2 |
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); } |