summaryrefslogtreecommitdiffstats
path: root/src/server/PortType.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/PortType.hpp')
-rw-r--r--src/server/PortType.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/PortType.hpp b/src/server/PortType.hpp
index f84c271f..d67429c9 100644
--- a/src/server/PortType.hpp
+++ b/src/server/PortType.hpp
@@ -56,7 +56,7 @@ public:
}
}
- PortType(ID id) : _id(id) {}
+ PortType(ID id) noexcept : _id(id) {}
inline const URI& uri() const { return type_uri(_id); }
inline ID id() const { return _id; }