summaryrefslogtreecommitdiff
path: root/src/wx/timeline_dialog.h
diff options
context:
space:
mode:
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 802aaf245..0ee345154 100644
--- a/src/wx/timeline_dialog.h
+++ b/src/wx/timeline_dialog.h
@@ -38,4 +38,5 @@ private:
Timeline _timeline;
wxCheckBox* _snap;
wxCheckBox* _sequence_video;
+ boost::signals2::scoped_connection _film_changed_connection;
};