diff -r 414d4b727fd9 -r 89bd4cfee505 fbs/fontandbitmapserver/tfbs/TFBS.CPP --- a/fbs/fontandbitmapserver/tfbs/TFBS.CPP Thu Sep 09 10:13:45 2010 +0300 +++ b/fbs/fontandbitmapserver/tfbs/TFBS.CPP Fri Sep 17 17:00:49 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;