| Index: snapshot/mac/memory_snapshot_mac.h
|
| diff --git a/snapshot/mac/memory_snapshot_mac.h b/snapshot/mac/memory_snapshot_mac.h
|
| index 618cd1f78a88569cc4a769b735b6dad6a9b83183..2f19082400305d488be0497aa7c7fad7ccbbf1b6 100644
|
| --- a/snapshot/mac/memory_snapshot_mac.h
|
| +++ b/snapshot/mac/memory_snapshot_mac.h
|
| @@ -31,7 +31,7 @@ namespace internal {
|
| class MemorySnapshotMac final : public MemorySnapshot {
|
| public:
|
| MemorySnapshotMac();
|
| - ~MemorySnapshotMac();
|
| + ~MemorySnapshotMac() override;
|
|
|
| //! \brief Initializes the object.
|
| //!
|
|
|