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:
parent
258a2a6d4a
commit
b6030ceac7
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user