Index: trunk/MagicSoft/Cosy/caos/Leds.h
===================================================================
--- trunk/MagicSoft/Cosy/caos/Leds.h	(revision 7763)
+++ trunk/MagicSoft/Cosy/caos/Leds.h	(revision 7787)
@@ -29,4 +29,5 @@
 
     void Print(Option_t *o=NULL) const;
+    void Print(Option_t *o1, Option_t *o2) const { TClonesArray::Print(o1, o2); }
 
     ClassDef(Leds, 1)
Index: trunk/MagicSoft/Cosy/caos/Makefile
===================================================================
--- trunk/MagicSoft/Cosy/caos/Makefile	(revision 7763)
+++ trunk/MagicSoft/Cosy/caos/Makefile	(revision 7787)
@@ -20,5 +20,5 @@
 # @endcode 
 
-INCLUDES = -I. -I.. -I../base
+INCLUDES = -I. -I.. -I../base -I../mars
 #base: MString
 
Index: trunk/MagicSoft/Cosy/caos/Rings.h
===================================================================
--- trunk/MagicSoft/Cosy/caos/Rings.h	(revision 7763)
+++ trunk/MagicSoft/Cosy/caos/Rings.h	(revision 7787)
@@ -28,4 +28,5 @@
 
     void Print(Option_t *o=NULL) const;
+    void Print(Option_t *o1, Option_t *o2) const { TClonesArray::Print(o1, o2); }
 
     const Ring &operator()(int i) const { return *(Ring*)At(i); }
