diff options
Diffstat (limited to 'Source/cmInstalledFile.h')
-rw-r--r-- | Source/cmInstalledFile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmInstalledFile.h b/Source/cmInstalledFile.h index e00e6660d4..ee809ee790 100644 --- a/Source/cmInstalledFile.h +++ b/Source/cmInstalledFile.h @@ -37,7 +37,7 @@ public: ExpressionVectorType ValueExpressions; }; - typedef std::map<std::string, Property> PropertyMapType; + using PropertyMapType = std::map<std::string, Property>; cmInstalledFile(); |