mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 22:45:52 +00:00
Default parameter to false
This commit is contained in:
@@ -53,7 +53,7 @@ public:
|
||||
*/
|
||||
MemoryInputStream (const void* sourceData,
|
||||
size_t sourceDataSize,
|
||||
bool keepInternalCopyOfData);
|
||||
bool keepInternalCopyOfData = false);
|
||||
|
||||
/** Creates a MemoryInputStream.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user