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

TDirectory::SaveObjectAs() is not static anymore.

git-svn-id: http://root.cern.ch/svn/root/trunk@22785 27541ba8-7e3a-0410-8455-c3a389f83636
parent 76f12f08
No related branches found
No related tags found
No related merge requests found
......@@ -447,7 +447,7 @@ void TASPaletteEditor::Save()
else
strcpy(fn, fi.fFilename);
gROOT->ProcessLine(Form("TFile::SaveObjectAs((TASPaletteEditor*)0x%lx,\"%s\",\"%s\");",this,fn,"q"));
gROOT->ProcessLine(Form("gROOT->SaveObjectAs((TASPaletteEditor*)0x%lx,\"%s\",\"%s\");",this,fn,"q"));
}
}
......
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