diff options
Diffstat (limited to 'cpp/src/Ice/Instance.cpp')
-rw-r--r-- | cpp/src/Ice/Instance.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Instance.cpp b/cpp/src/Ice/Instance.cpp index 743ca63f0cf..a561645ea64 100644 --- a/cpp/src/Ice/Instance.cpp +++ b/cpp/src/Ice/Instance.cpp @@ -918,7 +918,7 @@ IceInternal::Instance::setLogger(const Ice::LoggerPtr& logger) #ifdef ICE_CPP11_MAPPING void -IceInternal::Instance::setThreadHook(function<void ()> threadStart, function<void ()> threadStop) +IceInternal::Instance::setThreadHook(function<void()> threadStart, function<void()> threadStop) { _initData.threadStart = move(threadStart); _initData.threadStop = move(threadStop); |