mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1147804 followup: Add missing 'override' annotation to AlarmHalService::Notify declaration. rs=ehsan
This commit is contained in:
parent
574d13da7d
commit
f9fe86454e
@ -42,7 +42,7 @@ public:
|
|||||||
void Notify(const hal::SystemTimezoneChangeInformation& aSystemTimezoneChangeInfo) override;
|
void Notify(const hal::SystemTimezoneChangeInformation& aSystemTimezoneChangeInfo) override;
|
||||||
|
|
||||||
// Implementing hal::SystemClockChangeObserver
|
// Implementing hal::SystemClockChangeObserver
|
||||||
void Notify(const int64_t& aClockDeltaMS);
|
void Notify(const int64_t& aClockDeltaMS) override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
virtual ~AlarmHalService();
|
virtual ~AlarmHalService();
|
||||||
|
Loading…
Reference in New Issue
Block a user