diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/PortID.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/PortID.hpp b/src/PortID.hpp index 35f8b53..e411cba 100644 --- a/src/PortID.hpp +++ b/src/PortID.hpp @@ -82,6 +82,7 @@ operator<<(std::ostream& os, const PortID& id) break; } assert(false); + return os; } static inline bool @@ -114,6 +115,7 @@ operator<(const PortID& a, const PortID& b) break; } assert(false); + return false; } #endif // PATCHAGE_PORTID_HPP |