diff options
author | Bernard Normier <bernard@zeroc.com> | 2018-09-21 11:38:00 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2018-09-21 11:38:00 -0400 |
commit | a17cccebbc73e07372276a5feb16cdf7828c9d1b (patch) | |
tree | 5251ecf4fc79707c682f5f301da18ca8340d35db /python/modules/IcePy/Communicator.cpp | |
parent | Fixed C++ project (diff) | |
download | ice-a17cccebbc73e07372276a5feb16cdf7828c9d1b.tar.bz2 ice-a17cccebbc73e07372276a5feb16cdf7828c9d1b.tar.xz ice-a17cccebbc73e07372276a5feb16cdf7828c9d1b.zip |
More fixes for Xcode 10
Diffstat (limited to 'python/modules/IcePy/Communicator.cpp')
-rw-r--r-- | python/modules/IcePy/Communicator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/modules/IcePy/Communicator.cpp b/python/modules/IcePy/Communicator.cpp index 52e25a20059..559a46097c6 100644 --- a/python/modules/IcePy/Communicator.cpp +++ b/python/modules/IcePy/Communicator.cpp @@ -39,7 +39,7 @@ using namespace std; using namespace IcePy; -static long _mainThreadId; +static unsigned long _mainThreadId; typedef map<Ice::CommunicatorPtr, PyObject*> CommunicatorMap; static CommunicatorMap _communicatorMap; |