mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-17 15:42:30 +00:00
* Starting work on ElementText for displaying generic information.
* If a storage error was thrown from make_directory in EntryList::open, it would try to erase a FileMeta that wasn't inserted. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@753 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -81,7 +81,8 @@ public:
|
||||
// Consider returning a pointer that can be used to manipulate
|
||||
// entries, f.ex disabling them.
|
||||
|
||||
void push_back(const std::string& name,
|
||||
// The c string is not copied nor freed, so it should be constant.
|
||||
void push_back(const char* name,
|
||||
const slot_type& slotSelect = slot_type(),
|
||||
const slot_type& slotFocus = slot_type());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user