From 178d1cbe1dfc9e7b66c36cbb75590e1cee419174 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 29 Nov 2020 18:24:03 +0100 Subject: Put everything in a namespace --- src/PortInfo.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/PortInfo.hpp') diff --git a/src/PortInfo.hpp b/src/PortInfo.hpp index 9b05c43..8b7eba9 100644 --- a/src/PortInfo.hpp +++ b/src/PortInfo.hpp @@ -23,6 +23,8 @@ #include #include +namespace patchage { + /// Extra information about a port not expressed in its ID struct PortInfo { @@ -33,4 +35,6 @@ struct PortInfo bool is_terminal; ///< True if this is a system port }; +} // namespace patchage + #endif // PATCHAGE_PORTINFO_HPP -- cgit v1.2.1