Bug 1061061 - Fix more bad implicit constructors in misc. code; r=bsmedberg

This commit is contained in:
Ehsan Akhgari
2014-09-02 18:24:24 -04:00
parent 276d45afcd
commit d282557bca
23 changed files with 34 additions and 34 deletions

View File

@@ -22,7 +22,7 @@ namespace safebrowsing {
// new hashes.
class TableUpdate {
public:
TableUpdate(const nsACString& aTable)
explicit TableUpdate(const nsACString& aTable)
: mTable(aTable), mLocalUpdate(false) {}
const nsCString& TableName() const { return mTable; }