Index: trunk/MagicSoft/Mars/mdata/MDataMember.h
===================================================================
--- trunk/MagicSoft/Mars/mdata/MDataMember.h	(revision 9195)
+++ trunk/MagicSoft/Mars/mdata/MDataMember.h	(revision 9518)
@@ -17,6 +17,6 @@
     TString fDataMember;
 
-    MParContainer *fObject;
-    TMethodCall   *fCall;
+    MParContainer *fObject; //! A pointer to the container from the paramater list
+    TMethodCall   *fCall;   //! The corresponding method call to the member function
 
     enum { kIsInt = BIT(14) };
@@ -48,5 +48,5 @@
     void SetVariables(const TArrayD &arr) { }
 
-    ClassDef(MDataMember, 1) // MData object corresponding to a single data member of a Mars container
+    ClassDef(MDataMember, 2) // MData object corresponding to a single data member of a Mars container
 };
 
Index: trunk/MagicSoft/Mars/mdata/Makefile
===================================================================
--- trunk/MagicSoft/Mars/mdata/Makefile	(revision 9195)
+++ trunk/MagicSoft/Mars/mdata/Makefile	(revision 9518)
@@ -6,6 +6,6 @@
 #
 ##################################################################
+include ../Makefile.conf.general
 include ../Makefile.conf.$(OSTYPE)
-include ../Makefile.conf.general
 
 #------------------------------------------------------------------------------
