summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/Util.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceSSL/Util.h')
-rw-r--r--cpp/src/IceSSL/Util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/Util.h b/cpp/src/IceSSL/Util.h
index fc6af1020cc..3208452366c 100644
--- a/cpp/src/IceSSL/Util.h
+++ b/cpp/src/IceSSL/Util.h
@@ -175,7 +175,7 @@ std::string fromCFString(CFStringRef);
inline CFStringRef
toCFString(const std::string& s)
{
- return CFStringCreateWithCString(NULL, s.c_str(), kCFStringEncodingUTF8);
+ return CFStringCreateWithCString(ICE_NULLPTR, s.c_str(), kCFStringEncodingUTF8);
}
std::string errorToString(CFErrorRef);