summaryrefslogtreecommitdiffstats
path: root/src/ClashAvoider.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ClashAvoider.cpp')
-rw-r--r--src/ClashAvoider.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClashAvoider.cpp b/src/ClashAvoider.cpp
index 5ae1f004..4dc8c64d 100644
--- a/src/ClashAvoider.cpp
+++ b/src/ClashAvoider.cpp
@@ -70,7 +70,7 @@ ClashAvoider::map_path(const Raul::Path& in)
if (m != _symbol_map.end()) {
return m->second;
} else {
- typedef std::pair<SymbolMap::iterator, bool> InsertRecord;
+ using InsertRecord = std::pair<SymbolMap::iterator, bool>;
// See if parent is mapped
Raul::Path parent = in.parent();