Commit in slic/src on MAIN
EventSource.cc+2-11.5 -> 1.6
JM: Fix compile warning

slic/src
EventSource.cc 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- EventSource.cc	14 Nov 2006 09:08:43 -0000	1.5
+++ EventSource.cc	16 Dec 2006 04:58:41 -0000	1.6
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/slic/src/EventSource.cc,v 1.5 2006/11/14 09:08:43 jeremy Exp $
+// $Header: /cvs/lcd/slic/src/EventSource.cc,v 1.6 2006/12/16 04:58:41 jeremy Exp $
 #include "EventSource.hh"
 
 // geant4
@@ -15,6 +15,7 @@
   unsigned int EventSource::skipEvents(unsigned int)
   {
     // no-op -- implement if generator can "skip" an event
+    return 0;
   }
 
   void EventSource::beginEvent(const G4Event*)
CVSspam 0.2.8