Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CAMP
campvis-public
Commits
f71fa18c
Commit
f71fa18c
authored
Jan 23, 2014
by
Sebastian Pölsterl
Browse files
Add default option to switch statement
Fixes enumeration value not handled in switch [-Wswitch] error
parent
ae20eee4
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/advancedusvis/pipelines/advancedusvis.cpp
View file @
f71fa18c
...
...
@@ -223,6 +223,8 @@ namespace campvis {
case
tgt
::
KeyEvent
::
K_DOWN
:
_usFusion1
.
p_sliceNumber
.
decrement
();
break
;
default:
break
;
}
}
}
...
...
@@ -237,4 +239,4 @@ namespace campvis {
}
}
}
\ No newline at end of file
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment