fixes SunOS (putt) bustage
git-svn-id: svn://10.0.0.236/trunk@196265 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
a2ee199cb2
commit
3b98732777
@ -260,7 +260,7 @@ public:
|
||||
}
|
||||
|
||||
NS_IMETHOD Run() {
|
||||
(mObj->*mMethod)();
|
||||
(NS_STATIC_CAST(T *, mObj.get())->*mMethod)();
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user