kerneltest/f32test/smassstorage/inc/t_ms_main.h
changeset 281 13fbfa31d2ba
parent 0 a41df078684a
--- a/kerneltest/f32test/smassstorage/inc/t_ms_main.h	Fri Sep 17 08:37:04 2010 +0300
+++ b/kerneltest/f32test/smassstorage/inc/t_ms_main.h	Mon Oct 04 02:35:35 2010 +0300
@@ -1,4 +1,4 @@
-// Copyright (c) 1994-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 1994-2010 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
 // under the terms of the License "Eclipse Public License v1.0"
@@ -31,7 +31,7 @@
 
 GLREF_C void CallTestsL();
 
-GLDEF_C void TestIfEqual( TInt aValue, TInt aExpected, TInt aLine, char aFileName[]);
+GLDEF_C void TestIfEqual( TInt aValue, TInt aExpected, TInt aLine, const char aFileName[]);
 #define TEST_FOR_VALUE( r, expected ) TestIfEqual( r, expected, __LINE__, __FILE__)
 
 #endif //__TMSMAIN_H__