adding default constructor (mac compiler blues)

git-svn-id: svn://10.0.0.236/trunk@50491 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%netscape.com 1999-10-12 22:47:50 +00:00
parent 258a2a6d4a
commit b6030ceac7

View File

@ -75,6 +75,10 @@ nsProxyObjectCallInfo::SetCompleted()
NS_IMPL_ISUPPORTS0(nsProxyObject)
nsProxyObject::nsProxyObject()
{
// the mac compiler demands that I have this useless constructor.
}
nsProxyObject::nsProxyObject(nsIEventQueue *destQueue, PRInt32 proxyType, nsISupports *realObject)
{
NS_INIT_REFCNT();