imgtools/imglib/filesystem/source/cluster.cpp
changeset 6 787612182dd0
parent 2 39c28ec933dd
--- a/imgtools/imglib/filesystem/source/cluster.cpp	Wed May 12 09:52:26 2010 +0100
+++ b/imgtools/imglib/filesystem/source/cluster.cpp	Thu May 13 08:38:18 2010 +0100
@@ -144,8 +144,8 @@
 	if(iCurrentClusterNumber >= iTotalNumberOfClusters)
 	{
     	throw ErrorHandler(IMAGESIZETOOBIG,
-			const_cast<char *>("Occupied number of clusters count exceeded than available clusters"),
-			const_cast<char *>(__FILE__),__LINE__);
+			"Occupied number of clusters count exceeded than available clusters",
+			__FILE__,__LINE__);
 	}
 	++iCurrentClusterNumber;
 }