visibility macros and flush() added to SrcFileSource; merge with master
[ardour.git] / gtk2_ardour / hit.cc
index 257a3cd4f041ca94a9aaf91546ab7833bdd21b91..4d2498a0d52f8521b09836aab06e6022a4fbb8a7 100644 (file)
@@ -35,7 +35,7 @@ Hit::Hit (
        bool with_events) 
        : NoteBase (region, with_events, note)
 {
-       _polygon = new Polygon (group);
+       _polygon = new ArdourCanvas::Polygon (group);
        set_item (_polygon);
 }