summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/bundle.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/bundle.h')
-rw-r--r--libs/ardour/ardour/bundle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/ardour/bundle.h b/libs/ardour/ardour/bundle.h
index 369b12ec9b..e3d56f22f5 100644
--- a/libs/ardour/ardour/bundle.h
+++ b/libs/ardour/ardour/bundle.h
@@ -144,8 +144,6 @@ class Bundle : public PBD::ScopedConnectionList
Change _pending_change;
};
-
-
struct BundleChannel
{
BundleChannel () : channel (-1) {}
@@ -167,4 +165,6 @@ struct BundleChannel
}
+std::ostream & operator<< (std::ostream & o, ARDOUR::Bundle const &);
+
#endif /* __ardour_bundle_h__ */