Added std-constructor
authorStefan Haas <shaas@suse.de>
Tue, 11 Sep 2007 08:40:28 +0000 (08:40 +0000)
committerStefan Haas <shaas@suse.de>
Tue, 11 Sep 2007 08:40:28 +0000 (08:40 +0000)
zypp/solver/detail/Resolver.h

index 11a46d0..c5a6507 100644 (file)
@@ -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 )