debugging new thaw behaviour for AutomationEvent

git-svn-id: svn://localhost/ardour2/trunk@1162 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis
2006-11-28 18:23:14 +00:00
parent f3e5450492
commit b7b34ad723

View File

@@ -26,6 +26,7 @@
#include <algorithm>
#include <sigc++/bind.h>
#include <ardour/automation_event.h>
#include <pbd/stacktrace.h>
#include "i18n.h"
@@ -631,6 +632,7 @@ void
AutomationList::thaw ()
{
if (_frozen == 0) {
PBD::stacktrace (cerr);
fatal << string_compose (_("programming error: %1"), X_("AutomationList::thaw() called while not frozen")) << endmsg;
/*NOTREACHED*/
}