summaryrefslogtreecommitdiff
path: root/src/wx/timeline_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-10 15:00:41 +0100
committerCarl Hetherington <cth@carlh.net>2013-10-10 15:00:41 +0100
commitb3d598f551a874b34ff4fb51a0a65631fc3ad070 (patch)
tree60fb477fb709e852914b185b7b9ff7f49555a3eb /src/wx/timeline_dialog.h
parent895751dcac8caeb03e8af8ba286b4297f8f85e0b (diff)
Basic snapping in the timeline.
Diffstat (limited to 'src/wx/timeline_dialog.h')
-rw-r--r--src/wx/timeline_dialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/timeline_dialog.h b/src/wx/timeline_dialog.h
index 17ca22c49..1e5955003 100644
--- a/src/wx/timeline_dialog.h
+++ b/src/wx/timeline_dialog.h
@@ -30,5 +30,8 @@ public:
TimelineDialog (FilmEditor *, boost::shared_ptr<Film>);
private:
+ void snap_toggled ();
+
Timeline _timeline;
+ wxCheckBox* _snap;
};