diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-05 09:34:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-05 09:34:34 +0100 |
| commit | b6dd064b3034030ad7524836644a70c2de0cc9fb (patch) | |
| tree | 6c7d90f294ad37218bc721e606dbf450daeb3f5d /src | |
| parent | 0d68fa333382f214d8175953f5a8b1adab0270a9 (diff) | |
Coding style tweak.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/video_panel.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/video_panel.cc b/src/wx/video_panel.cc index 18d589483..a1457ac6d 100644 --- a/src/wx/video_panel.cc +++ b/src/wx/video_panel.cc @@ -260,6 +260,7 @@ VideoPanel::film_changed (Film::Property property) case Film::REEL_TYPE: case Film::INTEROP: setup_sensitivity (); + break; default: break; } |
