diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-08 13:18:34 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-08 13:18:34 +0000 |
| commit | 726f18338c5aaf9119bd10517d23584e32fdeccb (patch) | |
| tree | b72552920e46935916061dd9c6e05a0a2957e5ea /src/wx/timeline_dialog.h | |
| parent | 836f45cf1b64701705c67aaca02376365d506c90 (diff) | |
Hand apply 73fb7a2a537ea736c5ea8305061e64e129b4878b from master; lose connection to Film when destroying TimelineDialog.
Diffstat (limited to 'src/wx/timeline_dialog.h')
| -rw-r--r-- | src/wx/timeline_dialog.h | 1 |
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; }; |
