зеркало из https://github.com/mozilla/gecko-dev.git
Also add using declarations for OnStartRequest and OnStopRequest,
to fix new compile warnings. bug 341096 r+sr=bz
This commit is contained in:
Родитель
48bf680b79
Коммит
b6ddf6008a
|
@ -113,8 +113,10 @@ class nsObjectLoadingContent : public nsImageLoadingContent
|
|||
NS_DECL_NSICHANNELEVENTSINK
|
||||
|
||||
#ifdef HAVE_CPP_AMBIGUITY_RESOLVING_USING
|
||||
// Fix a gcc compile warning
|
||||
// Fix gcc compile warnings
|
||||
using nsImageLoadingContent::OnStartRequest;
|
||||
using nsImageLoadingContent::OnDataAvailable;
|
||||
using nsImageLoadingContent::OnStopRequest;
|
||||
#endif
|
||||
|
||||
ObjectType Type() { return mType; }
|
||||
|
|
Загрузка…
Ссылка в новой задаче