summaryrefslogtreecommitdiffstats
path: root/src/server/JackDriver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/JackDriver.hpp')
-rw-r--r--src/server/JackDriver.hpp5
1 files changed, 2 insertions, 3 deletions
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<EnginePort,
- boost::intrusive::cache_last<true>
- > Ports;
+ using Ports = boost::intrusive::slist<EnginePort,
+ boost::intrusive::cache_last<true>>;
using AudioBufPtr = UPtr<float, FreeDeleter<float>>;