Default parameter to false

This commit is contained in:
Vinnie Falco
2013-07-31 09:37:36 -07:00
parent 4c987d04d6
commit 1b44479311

View File

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