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 6b94e7d5b..0f5e28ac4 100644
--- a/src/wx/content_panel.h
+++ b/src/wx/content_panel.h
@@ -78,6 +78,8 @@ private:
void setup ();
void setup_sensitivity ();
+ void add_files (std::list<boost::filesystem::path>);
+
wxPanel* _panel;
wxSizer* _sizer;
wxNotebook* _notebook;