X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fcanvas%2Fpixbuf.cc;h=d285c41b10e8ccd850f983d35c4cf113e5730739;hb=a992a2e6e07c1eb9465b2437aebe7921058f428b;hp=62d9357c61ddde4f93a67459beed0da8b516872d;hpb=84f55440a3c6317dd2ab5d7e3d638016609e4d03;p=ardour.git diff --git a/libs/canvas/pixbuf.cc b/libs/canvas/pixbuf.cc index 62d9357c61..d285c41b10 100644 --- a/libs/canvas/pixbuf.cc +++ b/libs/canvas/pixbuf.cc @@ -25,10 +25,14 @@ 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