fixed syntax error
This commit is contained in:
parent
5fbff8e060
commit
5211badc1e
|
@ -220,7 +220,7 @@ namespace libtorrent
|
||||||
#endif
|
#endif
|
||||||
#ifdef TORRENT_DISK_STATS
|
#ifdef TORRENT_DISK_STATS
|
||||||
protected:
|
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<std::string, int> m_categories;
|
||||||
std::map<char*, std::string> m_buf_to_category;
|
std::map<char*, std::string> m_buf_to_category;
|
||||||
std::ofstream m_log;
|
std::ofstream m_log;
|
||||||
|
|
Loading…
Reference in New Issue