Bug 1047781 - Fix more bad implicit constructors in XPCOM; r=froydnj

This commit is contained in:
Ehsan Akhgari
2014-08-05 09:21:27 -04:00
parent 48fd45d605
commit f184192b13
6 changed files with 10 additions and 10 deletions

View File

@@ -153,7 +153,7 @@ IsNewline(char aChar)
namespace {
struct AutoPR_smprintf_free
{
AutoPR_smprintf_free(char* aBuf) : mBuf(aBuf) {}
explicit AutoPR_smprintf_free(char* aBuf) : mBuf(aBuf) {}
~AutoPR_smprintf_free()
{