diff options
Diffstat (limited to 'cpp/src/Ice/ThreadPool.h')
-rw-r--r-- | cpp/src/Ice/ThreadPool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ThreadPool.h b/cpp/src/Ice/ThreadPool.h index daff7373f1a..1b6bf254467 100644 --- a/cpp/src/Ice/ThreadPool.h +++ b/cpp/src/Ice/ThreadPool.h @@ -111,7 +111,7 @@ public: std::string prefix() const; #ifdef ICE_SWIFT - dispatch_queue_t getDispatchQueue() const; + dispatch_queue_t getDispatchQueue() const ICE_NOEXCEPT; #endif private: |