]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/hashes.h
Merge branch 'debian/sid' into debian/experimental
[apt.git] / apt-pkg / contrib / hashes.h
index caeba006d04d6a8b465ae613233ee0a607995e54..e2e2138551d62ba6a7cbc387ed9ffd5f9df31562 100644 (file)
@@ -161,10 +161,10 @@ class HashStringList
    std::vector<HashString> list;
 };
 
+class PrivateHashes;
 class Hashes
 {
-   /** \brief dpointer placeholder */
-   void *d;
+   PrivateHashes *d;
 
    public:
    /* those will disappear in the future as it is hard to add new ones this way.