summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_cursors.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor_cursors.h')
-rw-r--r--gtk2_ardour/editor_cursors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_cursors.h b/gtk2_ardour/editor_cursors.h
index 4b8b4b67da..0970f345f9 100644
--- a/gtk2_ardour/editor_cursors.h
+++ b/gtk2_ardour/editor_cursors.h
@@ -57,7 +57,7 @@ public:
private:
Editor& _editor;
ArdourCanvas::Arrow* _track_canvas_item;
- samplepos_t _current_sample;
+ samplepos_t _current_sample;
};
#endif // __gtk_ardour_editor_cursors_h__