Remove internal edit mode and add "content" tool.
[ardour.git] / gtk2_ardour / editor_export_audio.cc
index e40030d671d5a7fe6a0b7b65df792a7dba6b0511..f92cf07150075711c67c2f8e30f723d272f0a4d9 100644 (file)
@@ -90,7 +90,7 @@ Editor::export_range ()
 
        if ((marker = reinterpret_cast<Marker *> (marker_menu_item->get_data ("marker"))) == 0) {
                fatal << _("programming error: marker canvas item has no marker object pointer!") << endmsg;
-               /*NOTREACHED*/
+               abort(); /*NOTREACHED*/
        }
 
        Location* l;