diff --git a/tutorials/graphics/graph_edit_playback.C b/tutorials/graphics/graph_edit_playback.C index a485a9d0346878ae45e55679907c2a939689698f..2b1e39d39161db864f70ed60ad177a210f014b36 100644 --- a/tutorials/graphics/graph_edit_playback.C +++ b/tutorials/graphics/graph_edit_playback.C @@ -94,7 +94,7 @@ Int_t file_size(char *filename) void graph_edit_playback() { r = new TRecorder(); - r->Replay("http://root.cern.ch/files/graphedit_playback.root",kFALSE); + r->Replay("http://root.cern.ch/files/graphedit_playback.root"); // wait for the recorder to finish the replay while (r->GetState() == TRecorder::kReplaying) {