diff options
Diffstat (limited to 'runtime/parsed_options.h')
-rw-r--r-- | runtime/parsed_options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/parsed_options.h b/runtime/parsed_options.h index 608805b490..00e0a970e9 100644 --- a/runtime/parsed_options.h +++ b/runtime/parsed_options.h @@ -36,7 +36,7 @@ class CompilerCallbacks; class DexFile; struct RuntimeArgumentMap; -typedef std::vector<std::pair<std::string, const void*>> RuntimeOptions; +using RuntimeOptions = std::vector<std::pair<std::string, const void*>>; template <typename TVariantMap, template <typename TKeyValue> class TVariantMapKey> |