Skip to content

TrkGaussianSumFilter: Fix clang 10 warning.

If a dtor is declared final, the class itself should also be declared final.

Merge request reports