forked from premiere/premiere-libtorrent
fixed syntax error
This commit is contained in:
parent
5fbff8e060
commit
5211badc1e
|
@ -220,7 +220,7 @@ namespace libtorrent
|
|||
#endif
|
||||
#ifdef TORRENT_DISK_STATS
|
||||
protected:
|
||||
void disk_buffer_pool::rename_buffer(char* buf, char const* category);
|
||||
void rename_buffer(char* buf, char const* category);
|
||||
std::map<std::string, int> m_categories;
|
||||
std::map<char*, std::string> m_buf_to_category;
|
||||
std::ofstream m_log;
|
||||
|
|
Loading…
Reference in New Issue