summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-06-10 21:31:00 +0000
committerCarl Hetherington <carl@carlh.net>2009-06-10 21:31:00 +0000
commitdc6007cdb76c573e09500674bd6d291f52c34259 (patch)
tree5f21b5f4b758bb5a1902447b633f813411e3ff96 /gtk2_ardour/editor_drag.h
parent6532d139ec2dc569e6e46cfc9a933f7111c44b03 (diff)
Cleanup to snap handling; fixes #2688
git-svn-id: svn://localhost/ardour2/branches/3.0@5158 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_drag.h')
-rw-r--r--gtk2_ardour/editor_drag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h
index c234dcb918..2cf19b9278 100644
--- a/gtk2_ardour/editor_drag.h
+++ b/gtk2_ardour/editor_drag.h
@@ -114,7 +114,7 @@ public:
virtual void update_selection () {}
protected:
- nframes64_t adjusted_current_frame () const;
+ nframes64_t adjusted_current_frame (GdkEvent *) const;
Editor* _editor; ///< our editor
ArdourCanvas::Item* _item; ///< our item