fbs/fontandbitmapserver/tfbs/TFBS.CPP
changeset 194 18f84489a694
parent 152 9f1c3fea0f87
--- 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;