msvc8 build fix

This commit is contained in:
Arvid Norberg 2010-03-21 17:41:17 +00:00
parent 8fa2f26217
commit d1df643baf
1 changed files with 2 additions and 1 deletions

View File

@ -218,7 +218,8 @@ namespace libtorrent
PRINT_OFFSETOF(torrent, m_extensions)
PRINT_OFFSETOF(torrent, m_tracker_timer)
PRINT_OFFSETOF(torrent, m_stat)
PRINT_OFFSETOF(torrent, m_ses)
// some compilers don't like using offsetof on references it seems
// PRINT_OFFSETOF(torrent, m_ses)
PRINT_OFFSETOF(torrent, m_file_priority)
PRINT_OFFSETOF(torrent, m_file_progress)
PRINT_OFFSETOF(torrent, m_picker)