Index: trunk/MagicSoft/Simulation/Detector/include-MLons/MLons.cxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/include-MLons/MLons.cxx	(revision 5305)
+++ trunk/MagicSoft/Simulation/Detector/include-MLons/MLons.cxx	(revision 5306)
@@ -68,5 +68,5 @@
 }
 
-void MLons::SetSeed(Int_t in)
+void MLons::SetSeed(UInt_t in)
 {
   RandomNumber -> SetSeed(in);
Index: trunk/MagicSoft/Simulation/Detector/include-MLons/MLons.hxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/include-MLons/MLons.hxx	(revision 5305)
+++ trunk/MagicSoft/Simulation/Detector/include-MLons/MLons.hxx	(revision 5306)
@@ -69,5 +69,5 @@
   void Reset() ;
 
-  void SetSeed( Int_t in);
+  void SetSeed( UInt_t in);
   void SetAmplTrig( Float_t in ) ; 
   void SetFwhmTrig( Float_t in ) ; 
