https://github.com/root-project/root
Revision 3ec0bc8699f88dcf6ea84279efc3b226008f7ab8 authored by Rene Brun on 03 July 2006, 16:10:46 UTC, committed by Rene Brun on 03 July 2006, 16:10:46 UTC
Change the signature of SavePrimitive from

  void SavePrimitive(ofstream &out, Option_t *option);
to
  void SavePrimitive(ostream &out, Option_t *option = "");

With this change one can do, eg
   myhist.SavePrimitive(std::cout);

WARNING: do rm -f tree/src/*.o


git-svn-id: http://root.cern.ch/svn/root/trunk@15672 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent 67a1666
History
Tip revision: 3ec0bc8699f88dcf6ea84279efc3b226008f7ab8 authored by Rene Brun on 03 July 2006, 16:10:46 UTC
from Axel:
Tip revision: 3ec0bc8

back to top