cut ops can start with the mouse pointer not over a region
[ardour.git] / libs / canvas / polygon.cc
index d84bca4af6b1770ded6180f501c491afc8814264..aa16a6017844c2cc6f3ba816eabac5b8ecd5f08d 100644 (file)
@@ -29,8 +29,8 @@ Polygon::Polygon (Canvas* c)
 {
 }
 
-Polygon::Polygon (Group* g)
-       : PolyItem (g)
+Polygon::Polygon (Item* parent)
+       : PolyItem (parent)
        , multiple (0)
        , constant (0)
        , cached_size (0)