diff --git a/runtime/tooling/pt_js_extractor.h b/runtime/tooling/pt_js_extractor.h index cbd997185ca9470ccce6a8af1a421704c8436d1c..9929d83ac05b8ad7ed16d77257cc99967c57554f 100644 --- a/runtime/tooling/pt_js_extractor.h +++ b/runtime/tooling/pt_js_extractor.h @@ -29,7 +29,7 @@ using panda::panda_file::File; class PtJSExtractor : public DebugInfoExtractor { public: explicit PtJSExtractor(const File *pf) : DebugInfoExtractor(pf) {} - virtual ~PtJSExtractor() = default; + ~PtJSExtractor() override = default; template bool MatchWithLine(const Callback &cb, int32_t line)