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/GraphImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/GraphImpl.cpp') diff --git a/src/server/GraphImpl.cpp b/src/server/GraphImpl.cpp index b0f6145a..05bc6e4a 100644 --- a/src/server/GraphImpl.cpp +++ b/src/server/GraphImpl.cpp @@ -82,7 +82,7 @@ GraphImpl::duplicate(Engine& engine, dup->set_properties(props); // We need a map of port duplicates to duplicate arcs - typedef std::unordered_map PortMap; + using PortMap = std::unordered_map; PortMap port_map; // Add duplicates of all ports -- cgit v1.2.1