mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1290160 - followup to fix static analysis bustage on a CLOSED TREE; r=me
This commit is contained in:
parent
10f9f468e4
commit
e53dd1c5f7
@ -137,7 +137,7 @@ private:
|
||||
class TypedPref : public Pref
|
||||
{
|
||||
public:
|
||||
TypedPref(T aValue)
|
||||
explicit TypedPref(T aValue)
|
||||
: mValue(aValue)
|
||||
{}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user