fbs/fontandbitmapserver/tfbs/TFBS.CPP
changeset 178 89bd4cfee505
parent 121 d72fc2aace31
--- 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;