Skip to content
Snippets Groups Projects
Commit dc13c586 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

fix small layout issue.

git-svn-id: http://root.cern.ch/svn/root/trunk@4743 27541ba8-7e3a-0410-8455-c3a389f83636
parent 0ebf9876
Branches
Tags
No related merge requests found
// @(#)root/base:$Name: $:$Id: TBuffer.cxx,v 1.31 2002/06/05 10:52:56 rdm Exp $
// @(#)root/base:$Name: $:$Id: TBuffer.cxx,v 1.32 2002/06/18 07:00:33 brun Exp $
// Author: Fons Rademakers 04/05/96
/*************************************************************************
......@@ -1543,7 +1543,7 @@ TObject *TBuffer::ReadObject(const TClass *clReq)
MapObject(obj, fMapCount);
// let the object read itself
StreamObject(obj,clRef);
StreamObject(obj,clRef);
CheckByteCount(startpos, tag, clRef);
}
......@@ -1559,7 +1559,6 @@ void TBuffer::WriteObject(const TObject *obj)
TClass *cl = 0;
if (obj) cl = obj->IsA();
WriteObject(obj,cl);
}
//______________________________________________________________________________
......@@ -1845,7 +1844,7 @@ void TBuffer::StreamObject(void *obj, TClass *cl)
//______________________________________________________________________________
TClass *TBuffer::GetClass(const type_info &typeinfo)
{
{
// Forward to TROOT::GetClass
return gROOT->GetClass(typeinfo);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment