diff options
Diffstat (limited to 'dexoptanalyzer/dexoptanalyzer.cc')
-rw-r--r-- | dexoptanalyzer/dexoptanalyzer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dexoptanalyzer/dexoptanalyzer.cc b/dexoptanalyzer/dexoptanalyzer.cc index 871cd081e7..00b8ef2254 100644 --- a/dexoptanalyzer/dexoptanalyzer.cc +++ b/dexoptanalyzer/dexoptanalyzer.cc @@ -132,7 +132,7 @@ NO_RETURN static void Usage(const char *fmt, ...) { exit(kErrorInvalidArguments); } -class DexoptAnalyzer FINAL { +class DexoptAnalyzer final { public: DexoptAnalyzer() : assume_profile_changed_(false), |