| Index: snapshot/test/test_module_snapshot.h
|
| diff --git a/snapshot/test/test_module_snapshot.h b/snapshot/test/test_module_snapshot.h
|
| index fdaabca5aab7e17291cd9ca769aeac7d57ac9132..7aa5df3fd55d0b38f4d1fe192af021198b98e288 100644
|
| --- a/snapshot/test/test_module_snapshot.h
|
| +++ b/snapshot/test/test_module_snapshot.h
|
| @@ -33,7 +33,7 @@ namespace test {
|
| class TestModuleSnapshot final : public ModuleSnapshot {
|
| public:
|
| TestModuleSnapshot();
|
| - ~TestModuleSnapshot();
|
| + ~TestModuleSnapshot() override;
|
|
|
| void SetName(const std::string& name) { name_ = name; }
|
| void SetAddressAndSize(uint64_t address, uint64_t size) {
|
|
|