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 0fd61156..044ac41f 100644
--- a/src/server/PortType.hpp
+++ b/src/server/PortType.hpp
@@ -59,7 +59,7 @@ public:
PortType(ID id) : _id(id) {}
inline const Raul::URI& uri() const { return type_uri(_id); }
- inline ID id() const { return _id; }
+ inline ID id() const { return _id; }
inline bool operator==(const ID& id) const { return (_id == id); }
inline bool operator!=(const ID& id) const { return (_id != id); }