diff --git a/Subtrees/beast/modules/beast_core/streams/beast_MemoryInputStream.h b/Subtrees/beast/modules/beast_core/streams/beast_MemoryInputStream.h index d3e0d0b8d5..038feab6e9 100644 --- a/Subtrees/beast/modules/beast_core/streams/beast_MemoryInputStream.h +++ b/Subtrees/beast/modules/beast_core/streams/beast_MemoryInputStream.h @@ -53,7 +53,7 @@ public: */ MemoryInputStream (const void* sourceData, size_t sourceDataSize, - bool keepInternalCopyOfData); + bool keepInternalCopyOfData = false); /** Creates a MemoryInputStream.