if CANVAS_DEBUG is defined, then the env variable CANVAS_HARLEQUIN_DEBUGGING will...
[ardour.git] / libs / canvas / poly_line.cc
index bade7d855e912c429125ac5c3a70bdda6ec39004..60bca6bccf87011de9afbc28f6a12d679d49184f 100644 (file)
@@ -31,8 +31,8 @@ PolyLine::PolyLine (Canvas* c)
 {
 }
 
-PolyLine::PolyLine (Group* g)
-       : PolyItem (g)
+PolyLine::PolyLine (Item* parent)
+       : PolyItem (parent)
        , _threshold (1.0)
 {
 }