diff options
Diffstat (limited to 'cpp/src/IceUtil/Thread.cpp')
-rw-r--r-- | cpp/src/IceUtil/Thread.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceUtil/Thread.cpp b/cpp/src/IceUtil/Thread.cpp index 5a7d8a33c4b..7e9e422f556 100644 --- a/cpp/src/IceUtil/Thread.cpp +++ b/cpp/src/IceUtil/Thread.cpp @@ -186,7 +186,7 @@ IceUtil::Thread::start() } IceUtil::ThreadControl -IceUtil::Thread::getThreadControl() +IceUtil::Thread::getThreadControl() const { return ThreadControl(_handle, _id); } @@ -369,7 +369,7 @@ IceUtil::Thread::start() } IceUtil::ThreadControl -IceUtil::Thread::getThreadControl() +IceUtil::Thread::getThreadControl() const { return ThreadControl(_id); } |