summaryrefslogtreecommitdiff
path: root/gtk2_ardour/marker.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/marker.h')
-rw-r--r--gtk2_ardour/marker.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk2_ardour/marker.h b/gtk2_ardour/marker.h
index ea01856565..aa4888fe20 100644
--- a/gtk2_ardour/marker.h
+++ b/gtk2_ardour/marker.h
@@ -125,6 +125,11 @@ class Marker : public sigc::trackable
void reposition ();
void setup_line_x ();
void setup_name_display ();
+
+private:
+ /* disallow copy construction */
+ Marker (Marker const &);
+ Marker & operator= (Marker const &);
};
class TempoMarker : public Marker