fixed syntax error

This commit is contained in:
Arvid Norberg 2009-05-23 16:19:04 +00:00
parent 5fbff8e060
commit 5211badc1e
1 changed files with 1 additions and 1 deletions

View File

@ -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;