diff options
Diffstat (limited to 'python/modules/IcePy/Init.cpp')
-rw-r--r-- | python/modules/IcePy/Init.cpp | 8 |
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 |