summaryrefslogtreecommitdiff
path: root/src/wx/content_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-04-26 21:55:23 +0100
committerCarl Hetherington <cth@carlh.net>2016-04-26 21:55:23 +0100
commit694d242518613145fd115d26ea19c383c710dc45 (patch)
tree396bdc1a3dff9cd32924368b24f078f7c8b96e18 /src/wx/content_panel.h
parentcb161dbe271a9f05826758f40d27e37333a27a31 (diff)
Fix non-working delete key.
Diffstat (limited to 'src/wx/content_panel.h')
-rw-r--r--src/wx/content_panel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h
index e356b5a49..9e6cf9f24 100644
--- a/src/wx/content_panel.h
+++ b/src/wx/content_panel.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2012-2016 Carl Hetherington <cth@carlh.net>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -65,7 +65,7 @@ public:
FFmpegContentList selected_ffmpeg ();
void add_file_clicked ();
- void remove_clicked (bool hotkey);
+ bool remove_clicked (bool hotkey);
private:
void selection_changed ();