| Index: components/timers/rtc_alarm.h
|
| diff --git a/components/timers/rtc_alarm.h b/components/timers/rtc_alarm.h
|
| index bbde8c7a8f8bffe1fab5b8e6c90575cdd9b29507..8cc06bd49a570b612a6dc5b6de6527b409e3c4f3 100644
|
| --- a/components/timers/rtc_alarm.h
|
| +++ b/components/timers/rtc_alarm.h
|
| @@ -48,7 +48,7 @@ class RtcAlarm : public AlarmTimer::Delegate,
|
|
|
| protected:
|
| // Needs to be protected because AlarmTimer::Delegate is a refcounted class.
|
| - virtual ~RtcAlarm();
|
| + ~RtcAlarm() override;
|
|
|
| private:
|
| // Actually performs the system calls to set up the timer. This must be
|
|
|