Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

COMP: Change old enum to new enum class definitions #129

Merged

Conversation

mseng10
Copy link

@mseng10 mseng10 commented Aug 29, 2019

When ITK is configured with the following:

  • ITK_LEGACY_REMOVE = ON

  • ITK_FUTURE_LEGACY_REMOVE = ON

  • Module_ITKMontage = ON

Build errors occur with references to older 'C' style enums. The following changes incorporate the new enum class: FileModeType and resolves such errors.

Co-Authored-By: Hans Johnson [email protected]

Changed to reference new enum class: FileModeType

Module: Module_Montage
@dzenanz dzenanz merged commit 9bbe940 into InsightSoftwareConsortium:master Aug 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants