fix apple/clang warning

This commit is contained in:
Paul Davis 2020-03-06 15:51:31 -07:00
parent 75260f9c9b
commit 694a0eaeca

View File

@ -419,7 +419,7 @@ ARDOUR_UI::export_video (bool range)
ARDOUR::Config->set_show_video_export_info(false);
}
switch (rv) {
case GTK_RESPONSE_YES:
case RESPONSE_YES:
PBD::open_uri (ARDOUR::Config->get_reference_manual_url() + "/video-timeline/operations/#export");
break;
default: