diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-21 19:50:39 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-21 19:50:39 +0000 |
| commit | 321a58aba62adeb1f2650ad0c7d9557e33c7d594 (patch) | |
| tree | d20622cbaab0e9b6d503b1b1382f260ccd6b50b1 /src/wx/content_panel.h | |
| parent | 6f2a0e80468f71aba9649bc36ae2ef4afc245203 (diff) | |
Fix broken content remove button.
Diffstat (limited to 'src/wx/content_panel.h')
| -rw-r--r-- | src/wx/content_panel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h index 1115aaf31..5f6faa0a3 100644 --- a/src/wx/content_panel.h +++ b/src/wx/content_panel.h @@ -65,7 +65,7 @@ public: FFmpegContentList selected_ffmpeg (); void add_file_clicked (); - void remove_clicked (); + void remove_clicked (bool hotkey); private: void selection_changed (); |
