Bug 1048271 - Fix more bad implicit constructors in netwerk; r=mcmanus

This commit is contained in:
Ehsan Akhgari
2014-08-05 09:20:24 -04:00
parent f569a68313
commit cae4fa66a8
64 changed files with 102 additions and 102 deletions

View File

@@ -47,7 +47,7 @@ public:
NS_DECL_THREADSAFE_ISUPPORTS
NS_DECL_MOZISTORAGEFUNCTION
nsOfflineCacheEvictionFunction(nsOfflineCacheDevice *device)
explicit nsOfflineCacheEvictionFunction(nsOfflineCacheDevice *device)
: mDevice(device)
{}