mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-06 04:35:04 +00:00
Bug 1060986 - Fix one bad implicit constructors in devtools; r=jryans
This commit is contained in:
parent
be3d083f5a
commit
8662c739d1
@ -25,7 +25,7 @@ namespace mozilla {
|
||||
class LocalCertTask : public CryptoTask
|
||||
{
|
||||
protected:
|
||||
LocalCertTask(const nsACString& aNickname)
|
||||
explicit LocalCertTask(const nsACString& aNickname)
|
||||
: mNickname(aNickname)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user