Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 9382)
+++ trunk/MagicSoft/Mars/Changelog	(revision 9383)
@@ -59,4 +59,7 @@
        sense to support more pixels than we can store as index for
        neighbors
+
+   * Makefile:
+     - added mreflector to resolve unresolved symbols
 
 
Index: trunk/MagicSoft/Mars/Makefile
===================================================================
--- trunk/MagicSoft/Mars/Makefile	(revision 9382)
+++ trunk/MagicSoft/Mars/Makefile	(revision 9383)
@@ -58,4 +58,5 @@
 	  melectronics \
 	  msim \
+	  mreflector \
 	  msimreflector \
 	  msimcamera \
Index: trunk/MagicSoft/Mars/mgeom/MGeomCamSquare.h
===================================================================
--- trunk/MagicSoft/Mars/mgeom/MGeomCamSquare.h	(revision 9382)
+++ trunk/MagicSoft/Mars/mgeom/MGeomCamSquare.h	(revision 9383)
@@ -9,9 +9,9 @@
 {
 private:
-    void CreateCam(UInt_t x, UInt_t y, Double_t diameter);
+    void CreateCam(Short_t x, Short_t y, Double_t diameter);
     void CreateNN();
 
 public:
-    MGeomCamSquare(UInt_t x, UInt_t y, Double_t diameter=7, Double_t dist=4.92, const char *name=NULL);
+    MGeomCamSquare(Short_t x, Short_t y, Double_t diameter=7, Double_t dist=4.92, const char *name=NULL);
     MGeomCamSquare(const char *name=NULL);
 
