13
0

fix namespace error (post rebase conflict resolution)

This commit is contained in:
Paul Davis 2021-07-04 09:38:46 -06:00
parent 857ca46a95
commit 83b9424082

View File

@ -68,8 +68,8 @@ public:
};
ArdourMarker (PublicEditor& editor, ArdourCanvas::Container &, guint32 rgba, const std::string& text, Type,
ARDOUR::timepos_t const & position, bool handle_events = true, RegionView* rv = 0);
ArdourMarker (PublicEditor& editor, ArdourCanvas::Item &, guint32 rgba, const std::string& text, Type,
Temporal::timepos_t const & position, bool handle_events = true, RegionView* rv = 0);
virtual ~ArdourMarker ();