From: Stefan Haas Date: Tue, 11 Sep 2007 08:40:28 +0000 (+0000) Subject: Added std-constructor X-Git-Tag: BASE-SuSE-Linux-10_3-Branch~72 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=451d24a1565c0e183962bee2a27e3b572ee4ebc9;p=platform%2Fupstream%2Flibzypp.git Added std-constructor --- diff --git a/zypp/solver/detail/Resolver.h b/zypp/solver/detail/Resolver.h index 11a46d0..c5a6507 100644 --- a/zypp/solver/detail/Resolver.h +++ b/zypp/solver/detail/Resolver.h @@ -70,6 +70,7 @@ namespace zypp bool initialInstallation; //This item has triggered the installation //Not already fullfilled requierement only. + ItemCapKind() : capKind("FRESHENS") {} ItemCapKind( PoolItem i, Capability c, Dep k, bool initial) : cap( c ) , capKind( k )