diff options
Diffstat (limited to 'src/PortID.hpp')
-rw-r--r-- | src/PortID.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PortID.hpp b/src/PortID.hpp index 2a53881..efdd78d 100644 --- a/src/PortID.hpp +++ b/src/PortID.hpp @@ -70,6 +70,7 @@ private: , _jack_name{std::move(jack_name)} { assert(_type == Type::jack); + assert(_jack_name.find(':') != std::string::npos); } PortID(const Type type, |