Bustage fix for HPUX (bug 239465) - |explicit| may only be used for converting constructors. r=dbaron.

git-svn-id: svn://10.0.0.236/trunk@161788 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%brianryner.com 2004-09-05 19:13:25 +00:00
parent 530bc1af8e
commit 4a29000bdf

View File

@ -49,7 +49,7 @@ typedef unsigned long PtrBits;
class nsAttrName
{
public:
explicit nsAttrName(const nsAttrName& aOther)
nsAttrName(const nsAttrName& aOther)
: mBits(aOther.mBits)
{
AddRefInternalName();