From 458997a261489c4801ff8389eb4a4bd59fd4d119 Mon Sep 17 00:00:00 2001 From: Jan Kupec Date: Mon, 30 Oct 2006 12:26:26 +0000 Subject: [PATCH] fixed missing return value --- src/zypper-search.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/zypper-search.h b/src/zypper-search.h index 92aae8f..786b2f3 100644 --- a/src/zypper-search.h +++ b/src/zypper-search.h @@ -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; } }; -- 2.7.4