Fix warnings

This commit is contained in:
Vinnie Falco
2013-08-26 13:50:07 -07:00
parent 3c79ebda17
commit 5c2da08c13
11 changed files with 42 additions and 54 deletions

View File

@@ -53,7 +53,7 @@ public:
@see TemporaryFile
*/
FileOutputStream (const File& fileToWriteTo,
int bufferSizeToUse = 16384);
size_t bufferSizeToUse = 16384);
/** Destructor. */
~FileOutputStream();