fixed missing return value
authorJan Kupec <jkupec@suse.cz>
Mon, 30 Oct 2006 12:26:26 +0000 (12:26 +0000)
committerJan Kupec <jkupec@suse.cz>
Mon, 30 Oct 2006 12:26:26 +0000 (12:26 +0000)
src/zypper-search.h

index 92aae8f..786b2f3 100644 (file)
@@ -116,6 +116,7 @@ public:
   /** defined for use as a functor for filling the hashmap in a for_each */ 
   bool operator()(const zypp::PoolItem & pi) {
     addItem(pi);
+    return true;
   }
 };