mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix compile error introduced in rev. 7c029f5f.
This commit is contained in:
parent
e9be3beb2a
commit
b354f41fc2
1 changed files with 2 additions and 2 deletions
|
|
@ -3672,6 +3672,8 @@ Editor::begin_reversible_selection_op (string name)
|
|||
}
|
||||
}
|
||||
|
||||
#include "pbd/stacktrace.h"
|
||||
|
||||
void
|
||||
Editor::abort_reversible_selection_op ()
|
||||
{
|
||||
|
|
@ -3790,8 +3792,6 @@ Editor::abort_reversible_command ()
|
|||
}
|
||||
}
|
||||
|
||||
#include "pbd/stacktrace.h"
|
||||
|
||||
void
|
||||
Editor::commit_reversible_command ()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue