diff -r 6a1564a2f3e6 -r 18f84489a694 fbs/fontandbitmapserver/tfbs/TFBS.CPP --- a/fbs/fontandbitmapserver/tfbs/TFBS.CPP Fri Sep 17 08:36:49 2010 +0300 +++ b/fbs/fontandbitmapserver/tfbs/TFBS.CPP Mon Oct 04 02:31:51 2010 +0300 @@ -2282,7 +2282,7 @@ // In a second thread, send a IPC command to set the font's height with the // bitmap's handle. Should panic with FBServ -6. _LIT(KTestName, "TestInvalidHandlesInIpcCall"); - CreateSecondThreadAndCheckPanicL(SecondThreadPanicInvalidHandleInIpcCallL, KErrArgument, KFbsPanicCategory, KTestName); + CreateSecondThreadAndCheckPanicL(&CTFbs::SecondThreadPanicInvalidHandleInIpcCallL, KErrArgument, KFbsPanicCategory, KTestName); iTs->ReleaseFont(font); delete bmp;