-
- Downloads
An error occurred while fetching merge requests data.
In the Streamer functions replace the lines like
TPad::Class()->ReadBuffer(b, this, v, R__s, R__c); TPad::Class()->WriteBuffer(b,this); by b.ReadClassBuffer(TPad::Class(), this, v, R__s, R__c); b.WriteClassBuffer(TPad::Class(),this); git-svn-id: http://root.cern.ch/svn/root/trunk@17726 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- eg/src/TParticle.cxx 3 additions, 3 deletionseg/src/TParticle.cxx
- geom/src/TGeoManager.cxx 3 additions, 3 deletionsgeom/src/TGeoManager.cxx
- geom/src/TGeoVolume.cxx 3 additions, 3 deletionsgeom/src/TGeoVolume.cxx
- geom/src/TGeoXtru.cxx 3 additions, 3 deletionsgeom/src/TGeoXtru.cxx
- gpad/src/TPad.cxx 3 additions, 3 deletionsgpad/src/TPad.cxx
Loading
Please register or sign in to comment