clear waveform cache when shape changes - fixes #6525
[ardour.git] / libs / canvas / pixbuf.cc
index 62d9357c61ddde4f93a67459beed0da8b516872d..d285c41b10e8ccd850f983d35c4cf113e5730739 100644 (file)
 using namespace std;
 using namespace ArdourCanvas;
 
-Pixbuf::Pixbuf (Group* g)
-       : Item (g)
+Pixbuf::Pixbuf (Canvas* c)
+       : Item (c)
+{
+}
+
+Pixbuf::Pixbuf (Item* parent)
+       : Item (parent)
 {
-       
 }
 
 void