Commit in lcio/src/cpp/src/EXAMPLE on MAIN
recjob.cc+2-21.55 -> 1.56
removed warning for gcc 4.2.4

lcio/src/cpp/src/EXAMPLE
recjob.cc 1.55 -> 1.56
diff -u -r1.55 -r1.56
--- recjob.cc	3 Jun 2008 13:21:42 -0000	1.55
+++ recjob.cc	25 Nov 2008 13:24:34 -0000	1.56
@@ -38,8 +38,8 @@
 using namespace std ;
 using namespace lcio ;
 
-static char* FILEN = "simjob.slcio" ;
-static char* OUTFILEN = "recjob.slcio" ;
+static std::string FILEN = "simjob.slcio" ;
+static std::string OUTFILEN = "recjob.slcio" ;
 static const int NHITS = 50 ;  // calorimeter hits per event
 static const int nRecP = 10 ; // number of reconstructed particles
 
CVSspam 0.2.8