summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/export_channel_configuration.h
diff options
context:
space:
mode:
authorSakari Bergen <sakari.bergen@beatwaves.net>2011-01-10 21:16:49 +0000
committerSakari Bergen <sakari.bergen@beatwaves.net>2011-01-10 21:16:49 +0000
commitffccaaf0bbd23ea655d8027f5173b45ba3258edf (patch)
tree5b7ae5208275080ff148123bbc8e8a071a352d9a /libs/ardour/ardour/export_channel_configuration.h
parentb67be86cbff5efe1fff35ca86a216a1e63e214d7 (diff)
Make export channels own their buffers + some other small code tidy-ups. Preparation for more stem export options
git-svn-id: svn://localhost/ardour2/branches/3.0@8494 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/export_channel_configuration.h')
-rw-r--r--libs/ardour/ardour/export_channel_configuration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/export_channel_configuration.h b/libs/ardour/ardour/export_channel_configuration.h
index d50ec0365d..b5b9b65bf7 100644
--- a/libs/ardour/ardour/export_channel_configuration.h
+++ b/libs/ardour/ardour/export_channel_configuration.h
@@ -82,7 +82,7 @@ class ExportChannelConfiguration : public boost::enable_shared_from_this<ExportC
ChannelList channels;
bool split; // Split to mono files
- std::string _name;
+ std::string _name;
};
} // namespace ARDOUR