if a (file) source really cannot be found, differentiate between audio & MIDI.
[ardour.git] / libs / canvas / arc.cc
index 80141d4c66679bae328793b7635b4ce66d5c4b98..baec2fafb14f46e3758e2039cfb992975ce2c72f 100644 (file)
@@ -39,8 +39,8 @@ Arc::Arc (Canvas* c)
 {
 }
 
-Arc::Arc (Group* g)
-       : Item (g)
+Arc::Arc (Item* parent)
+       : Item (parent)
        , _radius (0.0)
        , _arc_degrees (0.0)
        , _start_degrees (0.0)