Index: trunk/MagicSoft/Mars/mbase/MRunIter.h
===================================================================
--- trunk/MagicSoft/Mars/mbase/MRunIter.h	(revision 3969)
+++ trunk/MagicSoft/Mars/mbase/MRunIter.h	(revision 3970)
@@ -17,6 +17,4 @@
 
     Bool_t fIsRawFile;
-
-    void SetRawFile(Bool_t filetype) { fIsRawFile = filetype; }
 
     void AddRunNumber(UInt_t run)
@@ -44,4 +42,6 @@
 public:
     MRunIter(const char *path=0) : fPath(path), fIsRawFile(0) { }
+
+    void SetRawFile(Bool_t filetype) { fIsRawFile = filetype; }
 
     Int_t AddRun(UInt_t run, const char *path=0);
