summaryrefslogtreecommitdiffstats
path: root/src/gui/GraphCanvas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/GraphCanvas.cpp')
-rw-r--r--src/gui/GraphCanvas.cpp2
1 files changed, 1 insertions, 1 deletions
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<std::mutex> lock(_app.world().rdf_mutex());