]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-item.h
remove the Section member from package struct
[apt.git] / apt-pkg / acquire-item.h
index cda92e84f5d77354c1f7c8973e7c599a322d5ff3..b4cac2f04448b1b2a589d86ea6001b65ed36cf93 100644 (file)
@@ -748,7 +748,7 @@ class pkgAcqIndex : public pkgAcqBaseIndex
               std::string ShortDesc, HashStringList const &ExpectedHashes,
               std::string compressExt="");
    pkgAcqIndex(pkgAcquire *Owner,
-               struct IndexTarget const * const Target,
+               IndexTarget const * const Target,
                HashStringList const &ExpectedHash,
                indexRecords *MetaIndexParser);
    void Init(std::string const &URI, std::string const &URIDesc,