Bug 1290160 - followup to fix static analysis bustage on a CLOSED TREE; r=me

This commit is contained in:
Nathan Froyd 2016-08-03 17:17:22 -04:00
parent 10f9f468e4
commit e53dd1c5f7

View File

@ -137,7 +137,7 @@ private:
class TypedPref : public Pref
{
public:
TypedPref(T aValue)
explicit TypedPref(T aValue)
: mValue(aValue)
{}