summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/CommonAPI/ContainerUtils.cpp2
1 files changed, 1 insertions, 1 deletions
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_ptr<Client
if (t) {
return t->hashCode();
} else {
- return NULL;
+ return 0;
}
}