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

This commit is contained in:
2023-10-18 14:21:15 +02:00
parent 69305f8b1d
commit 4b561b1f15
3 changed files with 28 additions and 144 deletions

View File

@@ -1503,7 +1503,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;