| Index: snapshot/mac/exception_snapshot_mac.h
|
| diff --git a/snapshot/mac/exception_snapshot_mac.h b/snapshot/mac/exception_snapshot_mac.h
|
| index 51df82245a7148d868d46bea8cdd77e42fec219a..fd0eab01ed39c6fe7c152f3967509fc478b61dae 100644
|
| --- a/snapshot/mac/exception_snapshot_mac.h
|
| +++ b/snapshot/mac/exception_snapshot_mac.h
|
| @@ -37,7 +37,7 @@ namespace internal {
|
| class ExceptionSnapshotMac final : public ExceptionSnapshot {
|
| public:
|
| ExceptionSnapshotMac();
|
| - ~ExceptionSnapshotMac();
|
| + ~ExceptionSnapshotMac() override;
|
|
|
| //! \brief Initializes the object.
|
| //!
|
|
|