]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-cacheset.cc
Re-add support for G++ 4.8 and configure travis to use it
[apt.git] / apt-private / private-cacheset.cc
index 36d40117c955eef020922b5301cfda88a4c995b5..8db73650770c4a559160cb3356365b2239f94029 100644 (file)
@@ -118,7 +118,7 @@ CacheSetHelperVirtuals::CacheSetHelperVirtuals(bool const ShowErrors, GlobalErro
 
 // CacheSetHelperAPTGet - responsible for message telling from the CacheSets/*{{{*/
 CacheSetHelperAPTGet::CacheSetHelperAPTGet(std::ostream &out) :
-   APT::CacheSetHelper{true}, out{out}
+   APT::CacheSetHelper{true}, out(out)
 {
    explicitlyNamed = true;
 }