Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STYLE: Remove
memset(&m_Header, 0...)
from MRCHeaderObject constructor
`m_Header` is already has a `{}` default member initializer, in the class definition of `MRCHeaderObject`.
- Loading branch information