r329: *** empty log message ***
[ctsim.git] / libctsim / array2dfile.cpp
index c450a0ec8389751a44187e32dd8b1c625181718c..e0ab0a4e55d60bec0a5f3e4147ad27e2a0196798 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: array2dfile.cpp,v 1.24 2001/01/02 05:34:57 kevin Exp $
+**  $Id: array2dfile.cpp,v 1.25 2001/01/02 06:29:23 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -646,7 +646,7 @@ Array2dFile::labelAdd (const Array2dFileLabel& label)
 }
 
 void
-Array2dFile::labelsCopy (Array2dFile& copyFile, const char* const pszId)
+Array2dFile::labelsCopy (const Array2dFile& copyFile, const char* const pszId)
 {
   std::string id;
   if (pszId)