mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-13 05:32:31 +00:00
* Removed the Object ctor taking an Object::type_type.
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1026 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -109,7 +109,7 @@ inline void call_command_d_set_std_string(const std::string& key, cor
|
||||
inline torrent::Object
|
||||
call_command_d_range(const char* key, core::Download* download, torrent::Object::list_const_iterator first, torrent::Object::list_const_iterator last) {
|
||||
// Change to using range ctor.
|
||||
torrent::Object rawArgs(torrent::Object::TYPE_LIST);
|
||||
torrent::Object rawArgs = torrent::Object::create_list();
|
||||
torrent::Object::list_type& args = rawArgs.as_list();
|
||||
|
||||
while (first != last)
|
||||
|
||||
Reference in New Issue
Block a user