From ecad88d2128f920f5e11cc3ff443d62b225c79d3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 8 Dec 2019 17:12:50 +0100 Subject: Cleanup: Use "using" instead of "typedef" where appropriate --- src/server/JackDriver.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/server/JackDriver.hpp') diff --git a/src/server/JackDriver.hpp b/src/server/JackDriver.hpp index 6b64500e..00b1836a 100644 --- a/src/server/JackDriver.hpp +++ b/src/server/JackDriver.hpp @@ -142,9 +142,8 @@ private: #endif protected: - typedef boost::intrusive::slist - > Ports; + using Ports = boost::intrusive::slist>; using AudioBufPtr = UPtr>; -- cgit v1.2.1