summaryrefslogtreecommitdiffstats
path: root/src/gui/RDFS.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/RDFS.cpp')
-rw-r--r--src/gui/RDFS.cpp4
1 files changed, 2 insertions, 2 deletions
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<const client::ObjectModel> model)
{
- typedef Properties::const_iterator PropIter;
- typedef std::pair<PropIter, PropIter> PropRange;
+ using PropIter = Properties::const_iterator;
+ using PropRange = std::pair<PropIter, PropIter>;
// Start with every rdf:type
URISet types;