From bf8c74f698d7ed5174d3157933079a27b2452cb2 Mon Sep 17 00:00:00 2001 From: Aleksandar Donchev Date: Wed, 9 Jul 2014 12:43:36 +0200 Subject: *An additional condition appended to the custom comparator needed for map function 'find'. Signed-off-by: Christian Linke --- AudioManagerDaemon/include/CAmRoutingSender.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AudioManagerDaemon') diff --git a/AudioManagerDaemon/include/CAmRoutingSender.h b/AudioManagerDaemon/include/CAmRoutingSender.h index ec31560..d1e26b5 100644 --- a/AudioManagerDaemon/include/CAmRoutingSender.h +++ b/AudioManagerDaemon/include/CAmRoutingSender.h @@ -118,7 +118,7 @@ private: { bool operator()(const am_Handle_s& a, const am_Handle_s& b) const { - return (a.handle < b.handle); + return (a.handle