mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 15:08:40 +00:00
remove invalid inline
This commit is contained in:
parent
fa9bf5afc8
commit
107b044fba
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue