lots of tweaking and adding debug output including operator<</dump(ostream&) methods...
[ardour.git] / libs / canvas / canvas / group.h
index 6a9d59b2b55adb0daed37f3a083f7effaa50be86..89d566b6ed32ec5c36e6e7a608e5f72b3384d013 100644 (file)
@@ -34,6 +34,8 @@ public:
 
        void add_items_at_point (Duple, std::vector<Item const *> &) const;
 
+        void dump (std::ostream&) const;
+
        static int default_items_per_cell;
 
 protected: