summaryrefslogtreecommitdiff
path: root/src/wx/timeline_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-02 15:57:55 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-02 15:57:55 +0100
commitf07a469603298049d12e1af9deda4ad830362e58 (patch)
treeb1a3b88c2bd521ca99bd5913118913af72ad0fec /src/wx/timeline_dialog.h
parentfd24c06df64f9e9877d3ef7c1db9fdee5dacb13b (diff)
Basic zoom.
Diffstat (limited to 'src/wx/timeline_dialog.h')
-rw-r--r--src/wx/timeline_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/timeline_dialog.h b/src/wx/timeline_dialog.h
index c970b3b41..dc583a9f0 100644
--- a/src/wx/timeline_dialog.h
+++ b/src/wx/timeline_dialog.h
@@ -36,6 +36,7 @@ private:
void snap_toggled ();
void sequence_toggled ();
void film_changed (Film::Property);
+ void tool_changed (wxCommandEvent& id);
boost::weak_ptr<Film> _film;
Timeline _timeline;