simplify Canvas::Rectangle rendering to avoid unnecessary nonsense, and remove TimeRe...
[ardour.git] / libs / canvas / pixbuf.cc
index 82eb9163971a8068c906ebd8d9822e217444a48a..d285c41b10e8ccd850f983d35c4cf113e5730739 100644 (file)
@@ -30,8 +30,8 @@ Pixbuf::Pixbuf (Canvas* c)
 {
 }
 
-Pixbuf::Pixbuf (Group* g)
-       : Item (g)
+Pixbuf::Pixbuf (Item* parent)
+       : Item (parent)
 {
 }