fixes SunOS (putt) bustage

git-svn-id: svn://10.0.0.236/trunk@196265 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
darin%meer.net 2006-05-10 18:27:21 +00:00
parent a2ee199cb2
commit 3b98732777

View File

@ -260,7 +260,7 @@ public:
}
NS_IMETHOD Run() {
(mObj->*mMethod)();
(NS_STATIC_CAST(T *, mObj.get())->*mMethod)();
return NS_OK;
}