summaryrefslogtreecommitdiff
path: root/python/modules/IcePy/Init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'python/modules/IcePy/Init.cpp')
-rw-r--r--python/modules/IcePy/Init.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/python/modules/IcePy/Init.cpp b/python/modules/IcePy/Init.cpp
index 5c026c27321..a7855719137 100644
--- a/python/modules/IcePy/Init.cpp
+++ b/python/modules/IcePy/Init.cpp
@@ -111,10 +111,10 @@ static struct PyModuleDef iceModule =
"The Internet Communications Engine.",
-1,
methods,
- NULL,
- NULL,
- NULL,
- NULL
+ ICE_NULLPTR,
+ ICE_NULLPTR,
+ ICE_NULLPTR,
+ ICE_NULLPTR
};
#else