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/gui/GraphCanvas.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/GraphCanvas.cpp') diff --git a/src/gui/GraphCanvas.cpp b/src/gui/GraphCanvas.cpp index d10d569b..0c33072f 100644 --- a/src/gui/GraphCanvas.cpp +++ b/src/gui/GraphCanvas.cpp @@ -659,7 +659,7 @@ GraphCanvas::copy_selection() void GraphCanvas::paste() { - typedef Properties::const_iterator PropIter; + using PropIter = Properties::const_iterator; std::lock_guard lock(_app.world().rdf_mutex()); -- cgit v1.2.1