summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 52be03c464..760268d023 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -604,8 +604,8 @@ class Editor : public PublicEditor
struct Cursor {
Editor& editor;
- ArdourCanvas::Points* points;
- ArdourCanvas::Item* canvas_item;
+ ArdourCanvas::Points points;
+ ArdourCanvas::Line canvas_item;
jack_nframes_t current_frame;
double length;