mirror of https://github.com/davisking/dlib.git
fixed compile time error
This commit is contained in:
parent
ba59ddc6b5
commit
b230e7c33d
|
@ -198,8 +198,8 @@ namespace dlib
|
||||||
cpipe read_pipe;
|
cpipe read_pipe;
|
||||||
cpipe err_pipe;
|
cpipe err_pipe;
|
||||||
bool wait_called = false;
|
bool wait_called = false;
|
||||||
std::unique_ptr<filestreambuf> inout_buf = NULL;
|
std::unique_ptr<filestreambuf> inout_buf;
|
||||||
std::unique_ptr<filestreambuf> err_buf = NULL;
|
std::unique_ptr<filestreambuf> err_buf;
|
||||||
int child_pid = -1;
|
int child_pid = -1;
|
||||||
std::istream stderr;
|
std::istream stderr;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue