From 0e55f33f382c4e9b380efc20c78dd57870c54597 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 17 Oct 2018 14:13:52 -0400 Subject: [PATCH] correct comment --- libs/ardour/ardour/port_engine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/ardour/port_engine.h b/libs/ardour/ardour/port_engine.h index e93e78db4a..dc61c3fdad 100644 --- a/libs/ardour/ardour/port_engine.h +++ b/libs/ardour/ardour/port_engine.h @@ -121,7 +121,7 @@ public: virtual std::string get_port_name (PortHandle) const = 0; /** Return the flags of the port referred to by @param port. If the port - * does not exist, return an empty string. + * does not exist, return PortFlags (0) */ virtual PortFlags get_port_flags (PortHandle) const = 0; -- 2.30.2