remove invalid inline

This commit is contained in:
Marcos Pinto 2007-10-01 02:23:38 +00:00
parent fa9bf5afc8
commit 107b044fba
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,7 @@ namespace libtorrent
return str; return str;
} }
inline std::string log_time(); std::string log_time();
} }
#if (!defined (__MACH__) && !defined (_WIN32) && (!defined(_POSIX_MONOTONIC_CLOCK) \ #if (!defined (__MACH__) && !defined (_WIN32) && (!defined(_POSIX_MONOTONIC_CLOCK) \
@ -394,3 +394,4 @@ namespace libtorrent
#endif #endif