mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-13 13:42:30 +00:00
C++11 compatibility fixes.
This commit is contained in:
@@ -50,6 +50,14 @@
|
||||
|
||||
namespace rpc {
|
||||
|
||||
const unsigned int ExecFile::max_args;
|
||||
const unsigned int ExecFile::buffer_size;
|
||||
|
||||
const int ExecFile::flag_expand_tilde;
|
||||
const int ExecFile::flag_throw;
|
||||
const int ExecFile::flag_capture;
|
||||
const int ExecFile::flag_background;
|
||||
|
||||
// Close m_logFd.
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user