Index: trunk/MagicSoft/Mars/mbase/MParContainer.h
===================================================================
--- trunk/MagicSoft/Mars/mbase/MParContainer.h	(revision 4694)
+++ trunk/MagicSoft/Mars/mbase/MParContainer.h	(revision 4710)
@@ -54,7 +54,4 @@
     Bool_t  fReadyToSave; // should be set to true if the contents of the container is changed somehow
 
-    // FIXME: Change to ostream!
-    virtual void StreamPrimitive(ofstream &out) const;
-
 public:
     enum {
@@ -103,4 +100,7 @@
 
     virtual void SetDisplay(MStatusDisplay *d) { fDisplay = d; }
+
+    // FIXME: Change to ostream!
+    virtual void StreamPrimitive(ofstream &out) const;
 
     TMethodCall *GetterMethod(const char *name) const;
