get rid of raw pointers for PFourierCanvas where it makes sense.

This commit is contained in:
2023-10-25 10:01:28 +02:00
parent 18f077c6e7
commit 1c8c1a8d0f
3 changed files with 28 additions and 144 deletions
+1 -1
View File
@@ -1540,7 +1540,7 @@ Int_t main(Int_t argc, Char_t *argv[])
}
// check that everything is ok
if (ok)
app.Run(true); // true needed that Run will return after quit so that cleanup works
app.Run();
}
return PMUSR_SUCCESS;