Bug 1422987 - Correct override warning in RtpSourceObserver work. r=mjf, a=RyanVM

MozReview-Commit-ID: 6bkbBfodlUH
This commit is contained in:
Nico Grunbaum 2017-12-04 14:19:46 -08:00
Родитель d9b3452d66
Коммит b3714d4280
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -553,7 +553,7 @@ public:
virtual bool InsertDTMFTone(int channel, int eventCode, bool outOfBand,
int lengthMs, int attenuationDb) = 0;
virtual void GetRtpSources(int64_t aTimeNow,
virtual void GetRtpSources(const int64_t aTimeNow,
nsTArray<dom::RTCRtpSourceEntry>& outSources) = 0;
};