summaryrefslogtreecommitdiff
path: root/src/wx/content_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/content_panel.h')
-rw-r--r--src/wx/content_panel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h
index cf5782baa..475567d28 100644
--- a/src/wx/content_panel.h
+++ b/src/wx/content_panel.h
@@ -70,6 +70,8 @@ public:
void add_file_clicked ();
bool remove_clicked (bool hotkey);
+ boost::signals2::signal<void (void)> SelectionChanged;
+
private:
void selection_changed ();
void add_folder_clicked ();