Merge "[libbacktrace] Modernize code to use override keyword"

This commit is contained in:
Yi Kong 2019-03-25 19:56:48 +00:00 committed by Gerrit Code Review
commit 9b1f1ee4cc
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class UnwindStackOffline : public Backtrace {
bool Unwind(size_t num_ignore_frames, void* context) override;
std::string GetFunctionNameRaw(uint64_t pc, uint64_t* offset);
std::string GetFunctionNameRaw(uint64_t pc, uint64_t* offset) override;
size_t Read(uint64_t addr, uint8_t* buffer, size_t bytes) override;