Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STYLE: Remove
const
overload of SubjectImplementation::AddObserver
`SubjectImplementation` is an internal (hidden) helper class of `itk::Object`, which only uses the non-const overload of `SubjectImplementation::AddObserver`. Removing this unused overload reduces maintenance.
- Loading branch information