Bug 1367885: Follow-up - fix missing explicit keyword on constructor on a CLOSED TREE; r=bustage

MozReview-Commit-ID: KvlrtJlUir8

--HG--
extra : rebase_source : 88b65dfdc34e2df79dec294f3828f1dc6b33ceeb
extra : histedit_source : 42f77c82bd86f54154df52d4fa58c6107771868b
This commit is contained in:
Aaron Klotz 2017-06-05 12:29:04 -06:00
Родитель 50d7a19548
Коммит 0fdef67a82
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -112,7 +112,7 @@ private:
};
private:
Interceptor(IInterceptorSink* aSink);
explicit Interceptor(IInterceptorSink* aSink);
~Interceptor();
HRESULT GetInitialInterceptorForIID(REFIID aTargetIid,
STAUniquePtr<IUnknown> aTarget,