summaryrefslogtreecommitdiff
path: root/python/modules/IcePy/ObjectAdapter.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2018-09-21 11:38:00 -0400
committerBernard Normier <bernard@zeroc.com>2018-09-21 11:38:00 -0400
commita17cccebbc73e07372276a5feb16cdf7828c9d1b (patch)
tree5251ecf4fc79707c682f5f301da18ca8340d35db /python/modules/IcePy/ObjectAdapter.cpp
parentFixed C++ project (diff)
downloadice-a17cccebbc73e07372276a5feb16cdf7828c9d1b.tar.bz2
ice-a17cccebbc73e07372276a5feb16cdf7828c9d1b.tar.xz
ice-a17cccebbc73e07372276a5feb16cdf7828c9d1b.zip
More fixes for Xcode 10
Diffstat (limited to 'python/modules/IcePy/ObjectAdapter.cpp')
-rw-r--r--python/modules/IcePy/ObjectAdapter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/modules/IcePy/ObjectAdapter.cpp b/python/modules/IcePy/ObjectAdapter.cpp
index 2f974e0dc46..74775100df4 100644
--- a/python/modules/IcePy/ObjectAdapter.cpp
+++ b/python/modules/IcePy/ObjectAdapter.cpp
@@ -31,7 +31,7 @@
using namespace std;
using namespace IcePy;
-static long _mainThreadId;
+static unsigned long _mainThreadId;
namespace IcePy
{