mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
fix apple/clang warning
This commit is contained in:
parent
75260f9c9b
commit
694a0eaeca
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue