]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debmetaindex.h
Fix more warnings from clang
[apt.git] / apt-pkg / deb / debmetaindex.h
index 2286fa8b2c88e63bb376e7eeb4ca783464432545..bbeba159894b570c73febdcd6d93b112950ae3bf 100644 (file)
@@ -18,6 +18,7 @@
 
 class pkgAcquire;
 class pkgIndexFile;
+class IndexTarget;
 
 class debReleaseIndex : public metaIndex {
    public:
@@ -44,7 +45,7 @@ class debReleaseIndex : public metaIndex {
 
    virtual std::string ArchiveURI(std::string const &File) const {return URI + File;};
    virtual bool GetIndexes(pkgAcquire *Owner, bool const &GetAll=false) const;
-   std::vector <struct IndexTarget *>* ComputeIndexTargets() const;
+   std::vector <IndexTarget *>* ComputeIndexTargets() const;
    std::string Info(const char *Type, std::string const &Section, std::string const &Arch="") const;
 
    std::string MetaIndexInfo(const char *Type) const;