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/RDFS.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/RDFS.cpp') diff --git a/src/gui/RDFS.cpp b/src/gui/RDFS.cpp index 0b4a4e62..1091c443 100644 --- a/src/gui/RDFS.cpp +++ b/src/gui/RDFS.cpp @@ -117,8 +117,8 @@ datatypes(World& world, URISet& types, bool super) URISet types(World& world, SPtr model) { - typedef Properties::const_iterator PropIter; - typedef std::pair PropRange; + using PropIter = Properties::const_iterator; + using PropRange = std::pair; // Start with every rdf:type URISet types; -- cgit v1.2.1