summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-09-06 23:28:55 +0000
committerCarl Hetherington <carl@carlh.net>2011-09-06 23:28:55 +0000
commit174c0d6831573f24689b7f1f6d6256583f790da6 (patch)
tree8c2efe92193e22ca04c6c2678d21dd411055fe71 /gtk2_ardour/region_view.h
parent853904aa2637babfa64bdd22d2343965c2d010de (diff)
Snap new automation points in AutomationRegionViews (#4297).
git-svn-id: svn://localhost/ardour2/branches/3.0@10059 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/region_view.h')
-rw-r--r--gtk2_ardour/region_view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/region_view.h b/gtk2_ardour/region_view.h
index 896b3f26a0..901e2a8596 100644
--- a/gtk2_ardour/region_view.h
+++ b/gtk2_ardour/region_view.h
@@ -120,6 +120,8 @@ class RegionView : public TimeAxisViewItem
void drop_silent_frames ();
void hide_silent_frames ();
+ ARDOUR::frameoffset_t snap_frame_to_frame (ARDOUR::frameoffset_t) const;
+
protected:
/** Allows derived types to specify their visibility requirements