summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/bundle.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-01-29 12:40:57 +0000
committerCarl Hetherington <carl@carlh.net>2011-01-29 12:40:57 +0000
commita052488c002f21839ca7babb855a481a86eba648 (patch)
tree60d4160d324aab4916faee63faeec998dbdddee8 /libs/ardour/ardour/bundle.h
parentce03319dd113b8a6c109414413ad01550f774d75 (diff)
Add operator<< for bundles.
git-svn-id: svn://localhost/ardour2/branches/3.0@8606 d708f5d6-7413-0410-9779-e7cbd77b26cf
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__ */