Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STYLE: Remove
this->
when MINCImageIO accesses its own m_MINCPImpl
In general, `this->` only seems useful when a class template accessing data of one of its base class templates.
- Loading branch information