From 451d24a1565c0e183962bee2a27e3b572ee4ebc9 Mon Sep 17 00:00:00 2001 From: Stefan Haas Date: Tue, 11 Sep 2007 08:40:28 +0000 Subject: [PATCH] Added std-constructor --- zypp/solver/detail/Resolver.h | 1 + 1 file changed, 1 insertion(+) 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 ) -- 2.7.4