Bug 1415556 - P2. Make member const. r=padenot

MozReview-Commit-ID: JPDW5cX8RvH

--HG--
extra : rebase_source : c83efd6665e23c89922d6d2cfdcd4f9ad3de3afa
This commit is contained in:
Jean-Yves Avenard 2017-11-10 17:30:19 +01:00
Родитель d79f854f37
Коммит 9b9c8f3ee4
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -780,7 +780,7 @@ public:
* True when processing real-time audio/video. False when processing non-realtime
* audio.
*/
bool mRealtime;
const bool mRealtime;
/**
* True when a non-realtime MediaStreamGraph has started to process input. This
* value is only accessed on the main thread.