Skip to content
Snippets Groups Projects
Commit c603c47e authored by Julien Michel's avatar Julien Michel
Browse files

COMP: Fixing anonymous warning

parent e78d1bcd
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,7 @@ void
MNFImageFilter< TInputImage, TOutputImage, TNoiseImageFilter, TDirectionOfTransformation >
::GenerateData ()
{
switch ( DirectionOfTransformation )
switch ( static_cast<int>(DirectionOfTransformation) )
{
case static_cast<int>(Transform::FORWARD):
return ForwardGenerateData();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment