Add operator<< for bundles.
[ardour.git] / libs / ardour / ardour / bundle.h
index 369b12ec9ba68c02581026cfa2690df9769efc34..e3d56f22f56c618ff107c7656766d176f45e6650 100644 (file)
@@ -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__ */