]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/indexfile.cc
add volatile sources support in libapt-pkg
[apt.git] / apt-pkg / indexfile.cc
index e9e1b08c381187adb7c816922238f599fe056bc5..cce17403db97d9ce8cc472a8165f85a7468d2894 100644 (file)
@@ -115,8 +115,9 @@ APT_DEPRECATED std::string pkgIndexFile::LanguageCode() {
 // IndexTarget - Constructor                                           /*{{{*/
 IndexTarget::IndexTarget(std::string const &MetaKey, std::string const &ShortDesc,
       std::string const &LongDesc, std::string const &URI, bool const IsOptional,
-      std::map<std::string, std::string> const &Options) :
-   URI(URI), Description(LongDesc), ShortDesc(ShortDesc), MetaKey(MetaKey), IsOptional(IsOptional), Options(Options)
+      bool const KeepCompressed, std::map<std::string, std::string> const &Options) :
+   URI(URI), Description(LongDesc), ShortDesc(ShortDesc), MetaKey(MetaKey),
+   IsOptional(IsOptional), KeepCompressed(KeepCompressed), Options(Options)
 {
 }
                                                                        /*}}}*/