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

static TMessage::EnableSchemaEvolution() now called

TMessage::EnableSchemaEvolutionForAll() (TMessage::EnableSchemaEvolution()
is now member function setting schema evolution per message).


git-svn-id: http://root.cern.ch/svn/root/trunk@24466 27541ba8-7e3a-0410-8455-c3a389f83636
parent 8ef725e6
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ void hclient(Bool_t evol=kFALSE)
hpx = new TH2F("hpxpy","py vs px",40,-4,4,40,-4,4);
}
TMessage::EnableSchemaEvolution(evol);
TMessage::EnableSchemaEvolutionForAll(evol);
TMessage mess(kMESS_OBJECT);
//TMessage mess(kMESS_OBJECT | kMESS_ACK);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment