diff options
Diffstat (limited to 'src/passes/Metrics.cpp')
-rw-r--r-- | src/passes/Metrics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/passes/Metrics.cpp b/src/passes/Metrics.cpp index 35b4241b2..d2e072a6f 100644 --- a/src/passes/Metrics.cpp +++ b/src/passes/Metrics.cpp @@ -24,7 +24,7 @@ namespace wasm { -typedef std::map<const char*, int> Counts; +using Counts = std::map<const char*, int>; static Counts lastCounts; |