summaryrefslogtreecommitdiff
path: root/libs/ardour/export_profile_manager.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-03-01 20:44:12 +0000
committerCarl Hetherington <carl@carlh.net>2011-03-01 20:44:12 +0000
commit0ace3f6e201149df6514d584eacc0e33c6170022 (patch)
tree5add5f8205737c685ff170834716a08ef4db9ea6 /libs/ardour/export_profile_manager.cc
parentb125ed2ef2bb851449094529c88d903252ffc175 (diff)
assert to show up #3812 more clearly.
git-svn-id: svn://localhost/ardour2/branches/3.0@9009 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/export_profile_manager.cc')
-rw-r--r--libs/ardour/export_profile_manager.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/export_profile_manager.cc b/libs/ardour/export_profile_manager.cc
index 65b74103ae..893788809f 100644
--- a/libs/ardour/export_profile_manager.cc
+++ b/libs/ardour/export_profile_manager.cc
@@ -724,6 +724,8 @@ ExportProfileManager::get_warnings ()
{
boost::shared_ptr<Warnings> warnings (new Warnings ());
+ assert (!channel_configs.empty ());
+
ChannelConfigStatePtr channel_config_state = channel_configs.front();
TimespanStatePtr timespan_state = timespans.front();