Default parameter to false

This commit is contained in:
Vinnie Falco
2013-07-31 09:37:36 -07:00
parent daf08bbde0
commit f0cc73df9e

View File

@@ -53,7 +53,7 @@ public:
*/
MemoryInputStream (const void* sourceData,
size_t sourceDataSize,
bool keepInternalCopyOfData);
bool keepInternalCopyOfData = false);
/** Creates a MemoryInputStream.