fixes SunOS bustage

git-svn-id: svn://10.0.0.236/trunk@196271 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
darin%meer.net
2006-05-10 20:29:54 +00:00
parent 0d4f1de109
commit 31580fca2f

View File

@@ -242,7 +242,8 @@ private:
NS_IMETHOD Run()
{
(mMgr->*mHandler)(mIParam, mVParam);
(NS_STATIC_CAST(nsHttpConnectionMgr *, mMgr.get())->*mHandler)(
mIParam, mVParam);
return NS_OK;
}