kerneltest/f32test/server/t_prel.cpp
changeset 281 13fbfa31d2ba
parent 0 a41df078684a
--- a/kerneltest/f32test/server/t_prel.cpp	Fri Sep 17 08:37:04 2010 +0300
+++ b/kerneltest/f32test/server/t_prel.cpp	Mon Oct 04 02:35:35 2010 +0300
@@ -1,4 +1,4 @@
-// Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 1998-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"
@@ -22,8 +22,8 @@
 EXPORT_C void FurtiveD(TFileName &aInfo)
 	{
 
-	char *dummy="Link unit for Preload test";
-	dummy=dummy;
+	const char* dummy = "Link unit for Preload test";
+	dummy = dummy;
 	TFileName name;
 	Dll::FileName(name);
 	aInfo.Append(name);