summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_cursors.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-07-07 08:16:57 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-07-07 08:16:57 -0400
commit4685a15b1fda18046a11473cd89854ddd96b5c51 (patch)
treeb044003060396335f7441117d49f9e9ebc50778f /gtk2_ardour/editor_cursors.h
parenta1bc2cb10e1cc6fa05b04c85f98cf0622afe99f1 (diff)
add new variant of EditorCursor that creates an insensitive full-canvas-height line, and fix destructor leak
Diffstat (limited to 'gtk2_ardour/editor_cursors.h')
-rw-r--r--gtk2_ardour/editor_cursors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_cursors.h b/gtk2_ardour/editor_cursors.h
index 50958d1ac0..eb4ab1cbde 100644
--- a/gtk2_ardour/editor_cursors.h
+++ b/gtk2_ardour/editor_cursors.h
@@ -29,6 +29,7 @@ class Editor;
class EditorCursor {
public:
EditorCursor (Editor&, bool (Editor::*)(GdkEvent*,ArdourCanvas::Item*));
+ EditorCursor (Editor&);
~EditorCursor ();
void set_position (framepos_t);