Index: /trunk/MagicSoft/Cosy/main/MCosy.h
===================================================================
--- /trunk/MagicSoft/Cosy/main/MCosy.h	(revision 4153)
+++ /trunk/MagicSoft/Cosy/main/MCosy.h	(revision 4154)
@@ -90,5 +90,5 @@
                           // with a generic interface to both...
     ZdAz fTrackingPos;    // [deg] Current tracking position
-    ZdAz fTrackingPosRaw  // [deg] Raw tracking position
+    ZdAz fTrackingPosRaw; // [deg] Raw tracking position
 
     TMutex fMutexGui;
Index: /trunk/MagicSoft/Cosy/main/MStarguider.cc
===================================================================
--- /trunk/MagicSoft/Cosy/main/MStarguider.cc	(revision 4153)
+++ /trunk/MagicSoft/Cosy/main/MStarguider.cc	(revision 4154)
@@ -900,5 +900,5 @@
     // Try to find Led in this area
     Leds leds;
-    f.FindStar(leds, center.GetX(), center.GetY());
+    f.FindStar(leds, (Int_t)center.GetX(), (Int_t)center.GetY());
 
     // Check wheter star found
@@ -979,5 +979,5 @@
     // From the Shaftencoders we get the current 'pointing' position
     // as it is seen by the drive system (system pointing position)
-    const ZdAz za1 = fCosy->GetTrackingPosDeg();
+    const ZdAz za1 = fCosy->GetTrackingPosRaw();
 
     // Write real pointing position
