summaryrefslogtreecommitdiff
path: root/gtk2_ardour/marker_selection.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-07-23 13:23:47 +0200
committerRobin Gareus <robin@gareus.org>2015-07-23 17:58:40 +0200
commite1f168de110322e7024dfa334b97f3b433907ae1 (patch)
treebd700545929b7aa5ec95c69b88a5a4e983845547 /gtk2_ardour/marker_selection.h
parent2cc64168d379790eb3d162cd59b7f1a8effb4156 (diff)
rename Marker class
Classes are in the global namespace. OSX has a flat namespace and OSX32bit/Carbon has a Marker too.
Diffstat (limited to 'gtk2_ardour/marker_selection.h')
-rw-r--r--gtk2_ardour/marker_selection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/marker_selection.h b/gtk2_ardour/marker_selection.h
index eea0a3a77d..6d4749f039 100644
--- a/gtk2_ardour/marker_selection.h
+++ b/gtk2_ardour/marker_selection.h
@@ -24,7 +24,7 @@
#include "marker.h"
-struct MarkerSelection : public std::list<Marker*>
+struct MarkerSelection : public std::list<ArdourMarker*>
{
void range (ARDOUR::framepos_t& start, ARDOUR::framepos_t& end);
};