From ff13ac8b4f61b384af64c38009ff2533c0615409 Mon Sep 17 00:00:00 2001 From: nick_m Date: Thu, 5 Feb 2015 23:32:57 +1100 Subject: Clean up Session's _current_trans when aborting a drag. --- gtk2_ardour/public_editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour/public_editor.h') diff --git a/gtk2_ardour/public_editor.h b/gtk2_ardour/public_editor.h index ff7cae35f2..e580ac0ec3 100644 --- a/gtk2_ardour/public_editor.h +++ b/gtk2_ardour/public_editor.h @@ -396,6 +396,7 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulDestructible, publi virtual void commit_reversible_selection_op () = 0; virtual void begin_reversible_command (std::string cmd_name) = 0; virtual void begin_reversible_command (GQuark) = 0; + virtual void abort_reversible_command () = 0; virtual void commit_reversible_command () = 0; virtual MouseCursors const * cursors () const = 0; -- cgit v1.2.3