summaryrefslogtreecommitdiff
path: root/src/wx/upload_destination_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/upload_destination_panel.h')
-rw-r--r--src/wx/upload_destination_panel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/upload_destination_panel.h b/src/wx/upload_destination_panel.h
index 05d854885..c65967e3c 100644
--- a/src/wx/upload_destination_panel.h
+++ b/src/wx/upload_destination_panel.h
@@ -36,6 +36,8 @@ public:
std::vector<UploadDestination> destinations() const;
+ void set_selected(std::vector<std::string> const& selected);
+
boost::signals2::signal<void ()> DestinationsChanged;
private: