]> git.saurik.com Git - apt.git/commitdiff
apt-pkg/acquire-item.h: make friend declaration compatible with older gcc
authorMichael Vogt <mvo@ubuntu.com>
Tue, 4 Nov 2014 16:20:52 +0000 (17:20 +0100)
committerMichael Vogt <mvo@ubuntu.com>
Tue, 4 Nov 2014 16:20:52 +0000 (17:20 +0100)
apt-pkg/acquire-item.h

index d6eca3e5071c5a50956cc6e30a87cfa6cb5f736a..ff1bf563a9f00da1bc696588bdefbe747f755eb3 100644 (file)
@@ -63,7 +63,7 @@ class pkgAcqMetaBase;
  */
 class pkgAcquire::Item : public WeakPointable
 {  
-   friend pkgAcqMetaBase;
+   friend class pkgAcqMetaBase;
 
    void *d;