summaryrefslogtreecommitdiff
path: root/python/modules/IcePy/ValueFactoryManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'python/modules/IcePy/ValueFactoryManager.cpp')
-rw-r--r--python/modules/IcePy/ValueFactoryManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/modules/IcePy/ValueFactoryManager.cpp b/python/modules/IcePy/ValueFactoryManager.cpp
index eaa8d9716c5..991617d6c57 100644
--- a/python/modules/IcePy/ValueFactoryManager.cpp
+++ b/python/modules/IcePy/ValueFactoryManager.cpp
@@ -88,7 +88,7 @@ IcePy::ValueFactoryManager::add(const Ice::ValueFactoryPtr& f, const string& id)
}
Ice::ValueFactoryPtr
-IcePy::ValueFactoryManager::find(const string& id) const
+IcePy::ValueFactoryManager::find(const string& id) const ICE_NOEXCEPT
{
Lock lock(*this);