summaryrefslogtreecommitdiff
path: root/src/wx/content_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-06-21 23:55:05 +0200
committerCarl Hetherington <cth@carlh.net>2021-06-21 23:55:05 +0200
commitd0a85f18ad5b0b2eacaa2c7071a0565ce6eb05d2 (patch)
tree4a796c5ce9f4441ef90d7b9186c3ec10dd66e633 /src/wx/content_panel.h
parent4c844fec0b5d2e7eb8de1f2cb84c93e3516e5728 (diff)
Use std::vector for add_files.
Diffstat (limited to 'src/wx/content_panel.h')
-rw-r--r--src/wx/content_panel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h
index aca818118..e25dedcea 100644
--- a/src/wx/content_panel.h
+++ b/src/wx/content_panel.h
@@ -126,7 +126,7 @@ private:
void setup ();
void setup_sensitivity ();
- void add_files (std::list<boost::filesystem::path>);
+ void add_files (std::vector<boost::filesystem::path>);
std::list<ContentSubPanel *> panels () const;
LimitedSplitter* _splitter;