summaryrefslogtreecommitdiffstats
path: root/Source/cmUVStreambuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmUVStreambuf.h')
-rw-r--r--Source/cmUVStreambuf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmUVStreambuf.h b/Source/cmUVStreambuf.h
index 29e4fde..0ae532b 100644
--- a/Source/cmUVStreambuf.h
+++ b/Source/cmUVStreambuf.h
@@ -68,10 +68,10 @@ protected:
private:
uv_stream_t* Stream = nullptr;
- void* OldStreamData;
- const std::size_t PutBack;
+ void* OldStreamData = nullptr;
+ const std::size_t PutBack = 0;
std::vector<CharT> InputBuffer;
- bool EndOfFile;
+ bool EndOfFile = false;
void StreamReadStartStop();