diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.h b/src/client.h index afa519d16..c0146911d 100644 --- a/src/client.h +++ b/src/client.h @@ -516,7 +516,7 @@ public: // Insert a media file appropriately into the appropriate manager bool loadMedia(const std::string &data, const std::string &filename); // Send a request for conventional media transfer - void request_media(const std::list<std::string> &file_requests); + void request_media(const std::vector<std::string> &file_requests); // Send a notification that no conventional media transfer is needed void received_media(); |