From 107b044fba99c8bbd10f54abb675ba71165ebccc Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Mon, 1 Oct 2007 02:23:38 +0000 Subject: [PATCH] remove invalid inline --- libtorrent/include/libtorrent/time.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libtorrent/include/libtorrent/time.hpp b/libtorrent/include/libtorrent/time.hpp index 0c4eab0e8..6c31b6df8 100644 --- a/libtorrent/include/libtorrent/time.hpp +++ b/libtorrent/include/libtorrent/time.hpp @@ -50,7 +50,7 @@ namespace libtorrent return str; } - inline std::string log_time(); + std::string log_time(); } #if (!defined (__MACH__) && !defined (_WIN32) && (!defined(_POSIX_MONOTONIC_CLOCK) \ @@ -394,3 +394,4 @@ namespace libtorrent #endif +