diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-19 13:55:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-19 13:55:46 +0100 |
| commit | 4408e6eea87ce9630e71e4a7d40e2dade091b0ee (patch) | |
| tree | 634dd286de7ee2b18cbdc6bcb8837b52b2f8655f /src/wx/timeline_dialog.h | |
| parent | 67c604d3fa2391b98ea436e2c6412f1c83a98f77 (diff) | |
Similar pending/done for Film::Change.
Diffstat (limited to 'src/wx/timeline_dialog.h')
| -rw-r--r-- | src/wx/timeline_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/timeline_dialog.h b/src/wx/timeline_dialog.h index b7aaba14d..1aff36c8c 100644 --- a/src/wx/timeline_dialog.h +++ b/src/wx/timeline_dialog.h @@ -33,7 +33,7 @@ public: void set_selection (ContentList selection); private: - void film_changed (Film::Property); + void film_change (ChangeType type, Film::Property); void tool_clicked (wxCommandEvent& id); wxString bitmap_path (std::string name); |
