Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
b230e7c3
Commit
b230e7c3
authored
May 31, 2016
by
Davis King
Browse files
fixed compile time error
parent
ba59ddc6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dlib/matlab/subprocess_stream.h
dlib/matlab/subprocess_stream.h
+2
-2
No files found.
dlib/matlab/subprocess_stream.h
View file @
b230e7c3
...
@@ -198,8 +198,8 @@ namespace dlib
...
@@ -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
;
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment