From 330b112429519a7c49a6d75552fe3a3fdfcea57e Mon Sep 17 00:00:00 2001 From: Philip Rauwolf Date: Wed, 16 Oct 2013 10:41:43 +0200 Subject: Corrected return value of utility function --- src/CommonAPI/ContainerUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CommonAPI/ContainerUtils.cpp b/src/CommonAPI/ContainerUtils.cpp index cfe6914..08fe2bc 100644 --- a/src/CommonAPI/ContainerUtils.cpp +++ b/src/CommonAPI/ContainerUtils.cpp @@ -14,7 +14,7 @@ size_t SharedPointerClientIdContentHash::operator()(const std::shared_ptrhashCode(); } else { - return NULL; + return 0; } } -- cgit v1.2.1