summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-12-11 13:42:18 +0000
committerCarl Hetherington <carl@carlh.net>2011-12-11 13:42:18 +0000
commitb4d7120a58cb3fc2a49542acab868e0eb0790864 (patch)
tree110f5491babbb7f58ccd225d9f8745a1737d4f99 /gtk2_ardour/editor_drag.h
parentab4e7cf4720071b709742dfaa1311244cb0d093f (diff)
Fix some bugs I introduced with the last commit.
git-svn-id: svn://localhost/ardour2/branches/3.0@10973 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_drag.h')
-rw-r--r--gtk2_ardour/editor_drag.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h
index 72a7534be2..c8308c6910 100644
--- a/gtk2_ardour/editor_drag.h
+++ b/gtk2_ardour/editor_drag.h
@@ -471,6 +471,7 @@ public:
private:
double y_to_region (double) const;
+ framecnt_t grid_frames (framepos_t) const;
MidiRegionView* _region_view;
ArdourCanvas::SimpleRect* _drag_rect;