summaryrefslogtreecommitdiffstats
path: root/src/gui/PropertiesWindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/PropertiesWindow.hpp')
-rw-r--r--src/gui/PropertiesWindow.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/PropertiesWindow.hpp b/src/gui/PropertiesWindow.hpp
index c847da20..81e29ae1 100644
--- a/src/gui/PropertiesWindow.hpp
+++ b/src/gui/PropertiesWindow.hpp
@@ -105,7 +105,7 @@ private:
void apply_clicked();
void ok_clicked();
- typedef std::map<URI, Record> Records;
+ using Records = std::map<URI, Record>;
Records _records;
SPtr<const client::ObjectModel> _model;