mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Compiles, but doesn't link. The link errors are mostly expected and are
tomorrow's task. git-svn-id: svn://localhost/ardour2/branches/undo@719 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
277b771a97
commit
1f1c4981de
30 changed files with 257 additions and 243 deletions
|
|
@ -35,6 +35,7 @@
|
|||
#include <pbd/basename.h>
|
||||
#include <glibmm/thread.h>
|
||||
#include <pbd/xml++.h>
|
||||
#include <pbd/memento_command.h>
|
||||
|
||||
#include <ardour/ardour.h>
|
||||
#include <ardour/audioengine.h>
|
||||
|
|
@ -1833,7 +1834,7 @@ AudioDiskstream::transport_stopped (struct tm& when, time_t twhen, bool abort_ca
|
|||
|
||||
_playlist->thaw ();
|
||||
XMLNode &after = _playlist->get_state();
|
||||
_session.add_command (MementoCommand<Playlist>(*_playlist, before, after));
|
||||
_session.add_command (new MementoCommand<Playlist>(*_playlist, before, after));
|
||||
}
|
||||
|
||||
mark_write_completed = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue