another replacement of ActionManager::get_action() by ActionMap::find_action()
[ardour.git] / gtk2_ardour / hit.h
index ea3e91bf2da6e317fb077946c5a9ac3e49d0043f..81a0868734d1681315a9626b1adfe80f49bb6b25 100644 (file)
@@ -30,7 +30,7 @@ namespace ArdourCanvas {
 class Hit : public NoteBase
 {
 public:
-       typedef Evoral::Note<Evoral::Beats> NoteType;
+       typedef Evoral::Note<Temporal::Beats> NoteType;
 
        Hit (MidiRegionView&                   region,
             ArdourCanvas::Item*               parent,