summaryrefslogtreecommitdiff
path: root/src/wx/content_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-04-16 00:00:26 +0100
committerCarl Hetherington <cth@carlh.net>2015-04-16 00:00:26 +0100
commitc2ffe4e281980905c8a8904307eb418a2e9f3439 (patch)
tree5094cbf03a64c44921eda34be85933cda45a8da3 /src/wx/content_panel.h
parentd1a7d08c349fb311103848aa9d49afda89d0be1c (diff)
Apply 9d49a592519fc7f0141e2a1a9fee0043776952ac; fix drag-and-drop and sort image filenames.
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;