fixes SunOS bustage
git-svn-id: svn://10.0.0.236/trunk@196271 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -242,7 +242,8 @@ private:
|
||||
|
||||
NS_IMETHOD Run()
|
||||
{
|
||||
(mMgr->*mHandler)(mIParam, mVParam);
|
||||
(NS_STATIC_CAST(nsHttpConnectionMgr *, mMgr.get())->*mHandler)(
|
||||
mIParam, mVParam);
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user